Skip to content

Commit

Permalink
style(scripts): rename jest-coverage to jest:coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 8, 2021
1 parent 657ce87 commit 5383798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get -y install poppler-data poppler-utils
- name: Run Tests
run: npm run jest-coverage
run: npm run jest:coverage
- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"changelog": "conventional-changelog -p @commitlint/config-conventional -s -i CHANGELOG.md && prettier CHANGELOG.md --write",
"doc": "tsc && jsdoc2md src/index.js > API.md && prettier . --write",
"jest": "jest --detectOpenHandles --runInBand",
"jest-coverage": "jest --coverage --runInBand",
"jest:coverage": "jest --coverage --runInBand",
"lint": "eslint . --cache --ext js,jsx --ignore-path .gitignore",
"lint:prettier": "prettier . --write --ignore-path .gitignore",
"lint:prettier:ci": "prettier . --check --ignore-path .gitignore",
Expand Down

0 comments on commit 5383798

Please sign in to comment.