From 9d8c8fba56e59e1505833288f7c44c6bcc493b21 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Sun, 14 Apr 2024 23:24:31 +0100 Subject: [PATCH] ci: update coverage ignore the `src/main.rs` while the coverage check --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4cfb4ca..3836048 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -66,6 +66,7 @@ jobs: --branch \ --ignore-not-existing \ --ignore "/*" \ + --ignore "src/{main}.rs" \ --excl-line "#\\[derive\\(" \ -o ./coverage/lcov.info