Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Dec 17, 2024
1 parent a6c4a78 commit f64c5d9
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 @@ -77,7 +77,7 @@ jobs:

- name: Generate code coverage
if: contains(matrix.os, 'ubuntu')
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov --lcov --output-path lcov.info

- name: Upload coverage to Codecov
if: contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit f64c5d9

Please sign in to comment.