« get me outta code hell

disable tap coverage - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-26 08:24:44 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-03-26 08:24:44 -0300
commit5dfdb661c4672bcf432c9bd283a2ffec5a3c1cb3 (patch)
treead472652184f8939a532c286a4b9308a901bc0ec /package.json
parentd1e586bd401a6d83ecabafb3b833a5ae65b6e05f (diff)
disable tap coverage
This isn't something I'm interested in figuring out right now,
especially with a very custom function-evaluation system.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 374dbd2..5441708 100644
--- a/package.json
+++ b/package.json
@@ -23,5 +23,9 @@
         "chokidar": "^3.5.3",
         "eslint": "^8.18.0",
         "tap": "^16.3.4"
+    },
+    "tap": {
+        "coverage": false,
+        "coverage-report": false
     }
 }