Skip to content

Commit

Permalink
Merge pull request #666 from hermit-os/revert-663-codecov-safe-dir
Browse files Browse the repository at this point in the history
ci: unpin codecov
  • Loading branch information
mkroening authored Mar 26, 2024
2 parents 19960c0 + 2000d81 commit e246afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.2
uses: codecov/codecov-action@v4
with:
disable_safe_directory: true
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e246afb

Please sign in to comment.