Skip to content

Commit

Permalink
Codecov v4 (#6271)
Browse files Browse the repository at this point in the history
v3 has problems with uploading results. That should be fixed in v4.
  • Loading branch information
danmar authored Apr 11, 2024
1 parent 524e979 commit d43a1b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
build:

runs-on: ubuntu-22.04
# FIXME: disabled because the tokenless upload suddenly started to permanently fail
if: false # ${{ github.repository_owner == 'danmar' }}

if: ${{ github.repository_owner == 'danmar' }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: Coverage results
path: coverage_report

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
# file: ./coverage.xml # optional
Expand Down

0 comments on commit d43a1b3

Please sign in to comment.