From 7c74b0a9f4c45237e947296d7fc3e508f0976e4f Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Mon, 16 Sep 2024 21:15:32 +0300 Subject: [PATCH] only remove the external test for the coverage, not the sql files --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 642799d..75cfd9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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