Skip to content

Commit 9cf70fd

Browse files
committed
ci: disable codecov on Windows
1 parent a83cee9 commit 9cf70fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- 18
1818
- 20
1919
- 22
20+
- 24
2021
os:
2122
- ubuntu-latest
2223
- windows-latest
@@ -43,6 +44,8 @@ jobs:
4344
PARSER_NO_WATCH: true
4445

4546
- name: Codecov
47+
# bad Windows -- https://github.com/codecov/codecov-action/issues/1787
48+
if: ${{ !github.event.pull_request.head.repo.fork && matrix.os != 'windows-latest' }}
4649
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4750
with:
4851
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)