Skip to content

Commit

Permalink
fix(codecov): include untested files in report (GoogleChrome#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati authored Jan 15, 2022
1 parent 70b7bf7 commit dfe80f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"build": "node tools/run-release.js",
"test": "c8 --reporter=lcov --reporter=json ava"
"test": "c8 --reporter=lcov --reporter=json --all --src=tools ava"
},
"private": true
}

0 comments on commit dfe80f3

Please sign in to comment.