Skip to content

Commit

Permalink
chore(scripts): add c8 -x 'tests/**/*' --temp-directory build/tmp ava…
Browse files Browse the repository at this point in the history
… --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp (scripts.cover)
  • Loading branch information
arlac77 committed Nov 6, 2020
1 parent 3ae8e6c commit 2323c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"test": "npm run test:ava",
"test:ava": "ava --timeout 2m tests/*.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/svn-simple-auth-provider.mjs --section=API && documentation readme ./src/svn-simple-auth-provider.mjs --section=API",
"lint": "npm run lint:docs",
"lint:docs": "documentation lint src/svn-simple-auth-provider.mjs && documentation lint ./src/svn-simple-auth-provider.mjs"
Expand Down

0 comments on commit 2323c59

Please sign in to comment.