Skip to content

Commit

Permalink
Merge d259ea2 into 32707e2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriabaev2 committed Dec 19, 2021
2 parents 32707e2 + d259ea2 commit b01d88f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Lint
run: npm run lint
- name: Units Tests + Prepare Coveralls
run: npm run coveralls
run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
if: matrix.node == '14'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"test": "mocha",
"lint": "./node_modules/.bin/eslint ./src --fix",
"test:coverage": "nyc npm test && nyc report --reporter=lcov",
"coveralls": "npm run test:coverage && cat coverage/lcov.info | coveralls"
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b01d88f

Please sign in to comment.