Skip to content

Commit f45d51a

Browse files
committed
oops
1 parent 675c124 commit f45d51a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# we will check the final coverage report
6262
# to make sure it only has files we are interested in
6363
# 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
6565
working_directory: examples/<< parameters.jobname >>
6666

6767
test-code-coverage-plugin:
@@ -167,7 +167,7 @@ workflows:
167167
# we will check the final coverage report
168168
# to make sure it only has files we are interested in
169169
# 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
171171
working_directory: examples/old-cypress-config/all-files
172172

173173
- publish:

examples/old-cypress-config/all-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "../node_modules/.bin/start-test 1234 cy:run",
1111
"coverage:verify": "npx nyc report --check-coverage true --lines 100",
1212
"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"
1414
},
1515
"nyc": {
1616
"all": true,

0 commit comments

Comments
 (0)