Skip to content

Commit

Permalink
moving to lcov reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Aug 25, 2023
1 parent c369b6a commit 741f88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: yarn

- name: Testing
run: yarn test
run: yarn test:ci

- name: Build
run: yarn build
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
},
"scripts": {
"test": "c8 mocha --reporter list",
"test:ci": "c8 --reporter=lcov mocha --reporter list",
"build": "parcel build --dist-dir dist",
"clean": "rm -rf node_modules && rm -rf dist && rm -rf .parcel-cache"
},
Expand Down

0 comments on commit 741f88c

Please sign in to comment.