Skip to content

Commit

Permalink
Merge pull request #663 from hermit-os/codecov-safe-dir
Browse files Browse the repository at this point in the history
ci: pin codecov to v4.0.2
  • Loading branch information
mkroening authored Mar 26, 2024
2 parents 9370b99 + 457d23a commit b938f03
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 @@ -143,7 +143,7 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.0.2
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b938f03

Please sign in to comment.