Skip to content

Commit

Permalink
Upgrade codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Apr 12, 2024
1 parent 2c74d73 commit 2198969
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
/tmp/pytest-of-runner
- name: "Upload coverage to Codecov"
if: "github.repository_owner == 'Uninett'"
uses: codecov/codecov-action@v3
if: github.repository_owner == 'Uninett'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }} # not required for forks of public repos

- name: Upload test reports (${{ matrix.python-version }})
if: always()
Expand Down Expand Up @@ -154,4 +154,3 @@ jobs:
name: javascript-test-reports
path: |
reports/**/*

0 comments on commit 2198969

Please sign in to comment.