Skip to content

Commit 68e1d03

Browse files
committed
Try cypress/code-coverage 3.9.x for fun
1 parent ca9bba6 commit 68e1d03

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
uses: cypress-io/github-action@v4
7272
with:
7373
browser: ${{ matrix.browser }}
74-
# env: coverage=true
74+
env: coverage=true
7575

76-
# - name: Install code coverage
77-
# run: |-
78-
# yarn global add codecov;
79-
# echo "$(yarn global bin)" >> $GITHUB_PATH;
76+
- name: Install code coverage
77+
run: |-
78+
yarn global add codecov;
79+
echo "$(yarn global bin)" >> $GITHUB_PATH;
8080
81-
# - name: Code coverage
82-
# run: codecov;
81+
- name: Code coverage
82+
run: codecov;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
5959
"@babel/preset-env": "^7.18.2",
6060
"@changesets/cli": "^2.23.0",
61-
"@cypress/code-coverage": "^3.10.0",
61+
"@cypress/code-coverage": "^3.9.x",
6262
"@rollup/plugin-babel": "^5.3.1",
6363
"@rollup/plugin-commonjs": "^22.0.0",
6464
"@rollup/plugin-node-resolve": "^13.3.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
chalk "^2.0.0"
346346
js-tokens "^4.0.0"
347347

348-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.5":
348+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0", "@babel/parser@^7.18.5":
349349
version "7.18.5"
350350
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
351351
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
@@ -1218,7 +1218,7 @@
12181218
human-id "^1.0.2"
12191219
prettier "^1.19.1"
12201220

1221-
"@cypress/code-coverage@^3.10.0":
1221+
"@cypress/code-coverage@^3.9.x":
12221222
version "3.10.0"
12231223
resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.10.0.tgz#2132dbb7ae068cab91790926d50a9bf85140cab4"
12241224
integrity sha512-K5pW2KPpK4vKMXqxd6vuzo6m9BNgpAv1LcrrtmqAtOJ1RGoEILXYZVost0L6Q+V01NyY7n7jXIIfS7LR3nP6YA==

0 commit comments

Comments
 (0)