Skip to content

Commit 90e8b22

Browse files
committed
fix(workflows): fix coverage reporting under mocha
1 parent d606cc4 commit 90e8b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build
2626
run: npm run build --if-present
2727
- name: Test
28-
run: npm test -- --silent --verbose
28+
run: npx nyc --reporter=lcovonly --reporter=text npm test
2929
- name: Coveralls
3030
uses: coverallsapp/[email protected]
3131
with:

0 commit comments

Comments
 (0)