File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/old-cypress-config/all-files Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
# we will check the final coverage report
62
62
# to make sure it only has files we are interested in
63
63
# because there are files covered at 0 in the report
64
- command : npm run coverage:check-files:windows
64
+ command : npm run coverage:check-files
65
65
working_directory : examples/<< parameters.jobname >>
66
66
67
67
test-code-coverage-plugin :
@@ -167,7 +167,7 @@ workflows:
167
167
# we will check the final coverage report
168
168
# to make sure it only has files we are interested in
169
169
# because there are files covered at 0 in the report
170
- command : npm run coverage:check-files
170
+ command : npm run coverage:check-files:windows
171
171
working_directory : examples/old-cypress-config/all-files
172
172
173
173
- publish :
Original file line number Diff line number Diff line change 10
10
"test" : " ../node_modules/.bin/start-test 1234 cy:run" ,
11
11
"coverage:verify" : " npx nyc report --check-coverage true --lines 100" ,
12
12
"coverage:check-files" : " ../node_modules/.bin/check-coverage main.js && ../node_modules/.bin/check-coverage second.js && ../node_modules/.bin/check-coverage not-covered.js && ../node_modules/.bin/only-covered --from coverage/coverage-final.json main.js second.js not-covered.js" ,
13
- "coverage:check-files:widnows " : " npx bin-up && ../node_modules/.bin/check-coverage main.js && ../node_modules/.bin/check-coverage second.js && ../node_modules/.bin/check-coverage not-covered.js && ../node_modules/.bin/only-covered --from coverage/coverage-final.json main.js second.js not-covered.js"
13
+ "coverage:check-files:windows " : " npx bin-up && ../node_modules/.bin/check-coverage main.js && ../node_modules/.bin/check-coverage second.js && ../node_modules/.bin/check-coverage not-covered.js && ../node_modules/.bin/only-covered --from coverage/coverage-final.json main.js second.js not-covered.js"
14
14
},
15
15
"nyc" : {
16
16
"all" : true ,
You can’t perform that action at this time.
0 commit comments