Skip to content

Commit

Permalink
codecov action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Apr 27, 2024
1 parent 0e846a4 commit 7b50823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: cobertura.xml
path: cobertura.xml
- name: upload coverage data to codecov.io
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
if: always() # even if previous steps fail, this one needs to be run
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 7b50823

Please sign in to comment.