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 9989e18 commit 64356ceCopy full SHA for 64356ce
.github/workflows/coverage.yml
@@ -19,8 +19,6 @@ jobs:
19
build:
20
21
runs-on: ubuntu-22.04
22
- # FIXME: disabled because the tokenless upload suddenly started to permanently fail
23
- if: false # ${{ github.repository_owner == 'danmar' }}
24
25
steps:
26
- uses: actions/checkout@v4
@@ -62,9 +60,9 @@ jobs:
62
60
name: Coverage results
63
61
path: coverage_report
64
65
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
66
with:
67
- # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
+ token: ${{ secrets.CODECOV_TOKEN }}
68
# file: ./coverage.xml # optional
69
flags: unittests # optional
70
name: ${{ github.repository }} # optional
0 commit comments