Skip to content

Commit

Permalink
only remove the external test for the coverage, not the sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Sep 16, 2024
1 parent 31bf1a4 commit 7c74b0a
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 @@ -103,7 +103,7 @@ jobs:
run: |
cp Rocket.skeleton.toml Rocket.toml
cargo install cargo-tarpaulin
rm -rf tests
rm -f tests/*.rs
time cargo tarpaulin --ignore-tests -o Html -o Lcov --timeout 240 --engine llvm
- name: Coveralls
Expand Down

0 comments on commit 7c74b0a

Please sign in to comment.