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 835d2f6 commit 88ff912Copy full SHA for 88ff912
.circleci/config.yml
@@ -26,12 +26,6 @@ jobs:
26
- run:
27
name: Generate code coverage
28
command: './node_modules/.bin/nyc report --reporter=json > coverage/coverage.json'
29
- - store_artifacts:
30
- path: test-results.xml
31
- prefix: tests
32
33
- path: coverage
34
- prefix: coverage
35
36
name: send code coverage to codecov
37
command: ./node_modules/.bin/codecov
0 commit comments