Skip to content

Commit

Permalink
build(coverage): change from c8 to node native coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaur committed Oct 12, 2024
1 parent 0c18e12 commit c6ca7aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 606 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
port: 27017
- name: Run tests
run: |
npm run unit
npm run coverage:ci
npm run coverage:lcov
env:
CI: true
MONGODB_URI: mongodb://localhost:27017/test-db # use mongoDB docker
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov
lcov.info

# MegaLinter reports
megalinter-reports/
Expand Down
Loading

0 comments on commit c6ca7aa

Please sign in to comment.