We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83cee9 commit 9cf70fdCopy full SHA for 9cf70fd
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
- 18
18
- 20
19
- 22
20
+ - 24
21
os:
22
- ubuntu-latest
23
- windows-latest
@@ -43,6 +44,8 @@ jobs:
43
44
PARSER_NO_WATCH: true
45
46
- 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' }}
49
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments