Skip to content

Commit

Permalink
fix command test-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelvilche committed Nov 20, 2020
1 parent 2d62614 commit 606cdaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-status.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: npm install, make test-coverage
run: |
npm install
npm run coverage
npm run test-ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"lint": "eslint index.js lib/ tests/",
"test": "export TEST_ENV=true; mocha --exit -R nyan --recursive tests/",
"watch-test": "export TEST_ENV=true; mocha --exit -R nyan -w --recursive tests/",
"test-ci": "nyc --reporter=html --reporter=text mocha --recursive tests/",
"test-ci": "nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive tests/",
"coverage": "nyc npm test"
},
"repository": {
Expand Down

0 comments on commit 606cdaa

Please sign in to comment.