Skip to content

Commit

Permalink
fix: update collect coverage action to rely on v4
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Oct 22, 2024
1 parent db2ca06 commit 3b946df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:

Upload_Coverage_Report:
name: Upload coverage report to codecov
environment: CI
needs: [Testing]
runs-on: ubuntu-latest
steps:
Expand All @@ -74,7 +75,8 @@ jobs:
name: coverage
path: coverage/
- name: Codecov Upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: coverage/
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3b946df

Please sign in to comment.