Skip to content

Commit

Permalink
fix(ci): πŸ› Fix lcov output path
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Jan 16, 2024
1 parent abc363d commit bc82801
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 @@ -22,7 +22,7 @@ jobs:
- run: touch test.db && cargo sqlx migrate run --source src/storage/sqlite/migrations --database-url sqlite://test.db && cargo sqlx prepare --database-url sqlite://test.db
- run: cargo clippy --verbose
#- run: cargo build --verbose
- run: cargo llvm-cov --verbose --lcov --output-file lcov.info
- run: cargo llvm-cov --verbose --lcov --output-path lcov.info
- uses: VeryGoodOpenSource/very_good_coverage@v2
with:
path: lcov.info
Expand Down

0 comments on commit bc82801

Please sign in to comment.