File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ jobs: # a collection of steps
28
28
# Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
29
29
path : reports/junit
30
30
- store_artifacts : # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
31
- path : ./coverage/lcov.info
32
- prefix : coverage
31
+ path : coverage
33
32
- store_test_results : # for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/
34
33
path : reports/junit
35
34
# See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"start" : " tsdx watch" ,
13
13
"build" : " tsdx build" ,
14
- "test" : " tsdx test --env=jsdom --runInBand --reporters=default --reporters=jest-junit"
14
+ "test" : " tsdx test --env=jsdom --runInBand --reporters=default --reporters=jest-junit --collectCoverage=true "
15
15
},
16
16
"jest" : {
17
17
"setupFilesAfterEnv" : [
You can’t perform that action at this time.
0 commit comments