Skip to content

Commit

Permalink
Merge pull request #1010 from andyleiserson/cov
Browse files Browse the repository at this point in the history
Update codecov action version
  • Loading branch information
akoshelev authored Apr 12, 2024
2 parents 52842c8 + 5eafa0a commit 38032e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
run: ./scripts/coverage-ci --lcov --output-path ipa.cov

- name: Report to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ipa.cov
Expand Down

0 comments on commit 38032e5

Please sign in to comment.