diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-30 13:21:51 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-30 13:21:51 -0400 |
commit | 8f4aede2fbc9d16393fd733a7db4ea28f93eb8cb (patch) | |
tree | 8a9610dc283774e3aeb37a09226a533841777c47 | |
parent | 63a14c5f1714839382568ca259bc96b6a501a088 (diff) |
test: set CLICOLOR_FORCE=0 for clean inspect
-rw-r--r-- | .taprc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.taprc b/.taprc index 44e24f55..01ac7b62 100644 --- a/.taprc +++ b/.taprc @@ -1,3 +1,6 @@ +# vim: set filetype=yaml : coverage-map: coverage-map.js exclude: - test/lib/* +test-env: + - CLICOLOR_FORCE=0 |