File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ script: |
46
46
fi
47
47
after_success : |
48
48
if [ "${BROWSER}" = "" ]
49
- then nyc report --reporter=json > coverage/coverage .json && codecov
49
+ then codecov -f coverage/* .json
50
50
fi
Original file line number Diff line number Diff line change 22
22
"test:cover:wasm" : " npx nyc --no-clean npm run test:wasm" ,
23
23
"test:cover:td" : " npx nyc --no-clean npm run test:td" ,
24
24
"cover:clean" : " rimraf .nyc_output coverage/" ,
25
- "cover:report" : " nyc report --reporter=lcov --reporter=text-summary --reporter=html " ,
25
+ "cover:report" : " nyc report --reporter=text-summary --reporter=html --reporter=json " ,
26
26
"test:browser" : " karma start --single-run" ,
27
27
"test:browser:firefox" : " karma start --single-run --browsers FirefoxHeadless" ,
28
28
"test:browser:chrome" : " karma start --single-run --browsers ChromeHeadless" ,
You can’t perform that action at this time.
0 commit comments