Skip to content

Commit

Permalink
ci(i): Update codecov to v4 (#2669)
Browse files Browse the repository at this point in the history
## Relevant issue(s)

Resolves #2668 

## Description
I noticed that someone on the codecov repo mentioned that v4 fixed their
issue
codecov/codecov-action#598 (comment).
Trying it :)
  • Loading branch information
fredcarle authored Jun 3, 2024
1 parent 2aeddc1 commit 97cc96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-upload-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
path: coverage_reports

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: defradb-codecov
Expand Down

0 comments on commit 97cc96c

Please sign in to comment.