Skip to content

Commit

Permalink
build: fix bug with coveralls workflow (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 8, 2020
1 parent adab927 commit 2b1ab69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: 13
- run: npm install
- run: npm test
- run: c8 report --reporter=text-lcov | npx coveralls
- run: c8 report --reporter=text-lcov | coveralls
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -35,6 +35,7 @@
"c8": "^7.0.0",
"chai": "^4.2.0",
"chalk": "^3.0.0",
"coveralls": "^3.0.9",
"cpr": "^3.0.1",
"cross-spawn": "^7.0.0",
"es6-promise": "^4.2.5",
Expand Down

0 comments on commit 2b1ab69

Please sign in to comment.