Skip to content

Commit ca9bba6

Browse files
committed
Disable broken code coverage
1 parent 1eebb5d commit ca9bba6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
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;

0 commit comments

Comments
 (0)