Skip to content

Commit

Permalink
Replace nyc with c8 for code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJocko committed Apr 27, 2023
1 parent 9e736db commit 765188e
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 1,923 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run snyk
- run: npx nyc --reporter=cobertura npm test
- run: npm run coverage:cobertura
- name: Upload Coverage to CodeCov
uses: codecov/codecov-action@v3
with:
Expand Down
Loading

0 comments on commit 765188e

Please sign in to comment.