Skip to content

Commit

Permalink
ci: fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 6, 2024
1 parent 90db692 commit 61d1c3c
Show file tree
Hide file tree
Showing 4 changed files with 1,227 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm ci

- name: Run tests
run: npm test
run: npm run test:cov

- name: Collect coverage
uses: coverallsapp/github-action@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Expand Down
Loading

0 comments on commit 61d1c3c

Please sign in to comment.