From d43f82d5ef4a71595512bd8c6f77aed8f202dccb Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Mon, 8 Jan 2024 22:47:38 +0100 Subject: [PATCH] Ignore the new binary source file --- .gitea/workflows/gitea-ci.yaml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 72c9002..c701061 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -30,6 +30,7 @@ jobs: --ignore-not-existing --ignore "tests/*" --ignore "src/main.rs" + --ignore "src/bin/mh-edit.rs" --excl-start "GRCOV_EXCL_START|mod tests \{" --excl-stop "GRCOV_EXCL_STOP" --output-path ./target/debug/coverage/ diff --git a/README.md b/README.md index d9674e0..36f6a45 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ grcov codecov/debug/profraw \ --ignore-not-existing \ --ignore "tests/*" \ --ignore "src/main.rs" \ + --ignore "src/bin/mh-edit.rs" \ --excl-start "GRCOV_EXCL_START|mod tests \{" \ --excl-stop "GRCOV_EXCL_STOP" \ --output-path ./codecov/debug/coverage/