We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871915f commit 95d630aCopy full SHA for 95d630a
.c8rc
@@ -0,0 +1,19 @@
1
+{
2
+ "check-coverage": true,
3
+ "all": true,
4
+ "include": [
5
+ "codecs/*.js",
6
+ "file/*.js",
7
+ "io/*.js"
8
+ ],
9
+ "exclude": [
10
+ "io/*-worker.js"
11
12
+ "reporter": [
13
+ "html",
14
+ "lcov",
15
+ "text",
16
+ "text-summary"
17
18
+ "report-dir": "coverage"
19
+}
.gitignore
@@ -1,2 +1,3 @@
+coverage
node_modules
tests/archive.spec.notready.js
0 commit comments