Skip to content

Commit

Permalink
Continuing my streak of needing >1 checkin to enable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Dec 19, 2020
1 parent 1ce4708 commit d6dfdb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm test
- name: Test
run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint *.js",
"day": "sao ./template",
"build": "for f in *.pegjs; do pegjs -o ${f%.*}.peg.js $f; done"
Expand Down

0 comments on commit d6dfdb9

Please sign in to comment.