Skip to content

Commit

Permalink
Again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alallier committed Aug 14, 2024
1 parent 1955243 commit 1abb6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run report-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"standard": "standard \"**/*.js\" \"bin/**/*\"",
"cover": "nyc --reporter=html --reporter=text mocha --timeout 5000 --recursive test",
"coverage": "npm run cover",
"report-coverage": "nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov && \"./node_modules/.bin/codecov\""
"report-coverage": "nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov"
},
"bin": {
"reload": "./bin/reload"
Expand Down

0 comments on commit 1abb6d5

Please sign in to comment.