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 43c23df commit 11206deCopy full SHA for 11206de
packages/monitoring-server/.nycrc.json
@@ -0,0 +1,7 @@
1
+{
2
+ "all": true,
3
+ "include": [
4
+ "dist/**/*"
5
+ ],
6
+ "reporter": ["lcovonly", "text"]
7
+}
packages/monitoring-server/package.json
@@ -9,13 +9,14 @@
9
"clean": "rm -rf ./dist .bic_cache",
10
"watch": "tsc -b --watch",
11
"test": "npm run test:ava",
12
- "test:ava": "ava"
+ "test:ava": "# nyc ava"
13
},
14
"devDependencies": {
15
"@scramjet/types": "^0.35.3",
16
"@types/node": "15.12.5",
17
"ava": "^3.15.0",
18
"ts-node": "^10.9.1",
19
+ "nyc": "^15.1.0",
20
"typedoc": "^0.23.17",
21
"typedoc-plugin-markdown": "^3.13.6",
22
"typescript": "~4.7.4"
0 commit comments