Skip to content

Commit

Permalink
test(agoric): Add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 12, 2021
1 parent d9a4019 commit 6627996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/agoric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"scripts": {
"build": "exit 0",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"integration-test": "ava --config .ava-integration-test.config.js",
"lint-check": "yarn lint",
Expand All @@ -21,6 +22,7 @@
"devDependencies": {
"@agoric/swingset-vat": "^0.19.0",
"ava": "^3.12.1",
"c8": "^7.7.2",
"tmp": "^0.1.0"
},
"dependencies": {
Expand Down

0 comments on commit 6627996

Please sign in to comment.