Skip to content

Commit 0e7e844

Browse files
committed
ci: fix coverage reporting
1 parent 9478ee9 commit 0e7e844

File tree

4 files changed

+1227
-213
lines changed

4 files changed

+1227
-213
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm ci
3030

3131
- name: Run tests
32-
run: npm test
32+
run: npm run test:cov
3333

3434
- name: Collect coverage
3535
uses: coverallsapp/github-action@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ lib-cov
1212

1313
# Coverage directory used by tools like istanbul
1414
coverage
15+
.nyc_output
1516

1617
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1718
.grunt

0 commit comments

Comments
 (0)