Skip to content

Commit

Permalink
ci: generate the coverage report using nps for now
Browse files Browse the repository at this point in the history
See #5126
  • Loading branch information
voxpelli committed Jul 15, 2024
1 parent 10eb758 commit e769953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
- name: Generate coverage report
if: always() && inputs.coverage
run: npx --no nyc report --reporter=lcov
run: npm start coverage-report-lcov
- name: Coveralls Parallel
if: always() && inputs.coverage
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit e769953

Please sign in to comment.