Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GyulyVGC/nullnet-firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Feb 2, 2024
2 parents 8415918 + e507129 commit e7355e0
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 @@ -48,7 +48,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: false
Expand Down

0 comments on commit e7355e0

Please sign in to comment.