Skip to content

Commit

Permalink
run coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 31, 2021
1 parent fcdaa69 commit 81cc91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
yarn test
yarn test --coverage
yarn spellcheck
- name: Coveralls GitHub Action
if: matrix.node-version == '*'
uses: coverallsapp/github-action@v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:template": "babel src/lib/template.js --out-file lib/lib/template.js && terser lib/lib/template.js -o lib/lib/template.js",
"build:lib": "babel src --out-dir lib",
"build": "npm run build:lib && npm run build:template",
"test": "jest && npm run spellcheck",
"test": "jest",
"spellcheck": "yaspeller-ci README.md",
"prepublishOnly": "npm run test && npm run clean && npm run build"
},
Expand Down

0 comments on commit 81cc91e

Please sign in to comment.