Skip to content

Commit 3ec1626

Browse files
committed
another take
1 parent 152b738 commit 3ec1626

File tree

3 files changed

+6
-97
lines changed

3 files changed

+6
-97
lines changed

.github/workflows/nodejs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121
npm ci
2222
npm run build --if-present
2323
npm test
24+
make test-coverage
2425
env:
2526
CI: true
2627
- name: Coveralls GitHub Action
2728
uses: coverallsapp/[email protected]
29+
with:
30+
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
31+
32+

package-lock.json

-96
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Andrew Winterman",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"codecov": "^3.6.1",
16+
"coveralls": "^3.0.9",
1717
"tap": "14.10.2",
1818
"tape": "~2.1.0",
1919
"through": "~2.3.4"

0 commit comments

Comments
 (0)