Skip to content

Commit

Permalink
ci: 🏗️ Verify code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Jan 16, 2024
1 parent 0f16daf commit abc363d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ jobs:
- run: cargo install sqlx-cli --no-default-features --features sqlite
- 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
#- run: cargo build --verbose
- run: cargo llvm-cov --verbose --lcov --output-file lcov.info
- uses: VeryGoodOpenSource/very_good_coverage@v2
with:
path: lcov.info
min_coverage: 30

0 comments on commit abc363d

Please sign in to comment.