We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2724c commit e1c62f0Copy full SHA for e1c62f0
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run tests
34
run: |
35
npm run coverage
36
- npx nyc report --reporter=lcovonly
+ npx nyc report --reporter=lcovonly --reporter text
37
- name: Coveralls Parallel
38
uses: coverallsapp/github-action@master
39
with:
0 commit comments