Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jun 14, 2020
1 parent e8feecb commit 079dae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:
- run: npm run test
- run: npm run mutate
- run: npm run coverage
- uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "nyc mocha --reporter nyan",
"mutate": "./node_modules/.bin/stryker run",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=lcov"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 079dae6

Please sign in to comment.