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 833e0bb commit a884f3fCopy full SHA for a884f3f
.github/workflows/coverage.yml
@@ -43,7 +43,7 @@ jobs:
43
# run: npm run e2e:ci
44
45
- name: Convert test results
46
- run: npx nyc report --reporter=lcov
+ run: npx nyc report --reporter=json
47
48
- name: Upload coverage to Codecov
49
uses: codecov/codecov-action@v1
0 commit comments