From 6f13167c68b34fb60f6e5b6466d90a8a6e983bc0 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 16 Jun 2024 16:31:00 +0200 Subject: [PATCH] Fix multiline command --- .gitea/workflows/gitea-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 9a9e403..1365757 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -37,7 +37,7 @@ jobs: --ignore "tests/*" --ignore "src/main.rs" --ignore "src/bin/musichoard-edit.rs" - --excl-line "^#\[derive" \ + --excl-line "^#\[derive" --excl-start "GRCOV_EXCL_START|mod tests \{" --excl-stop "GRCOV_EXCL_STOP" --output-path ./target/debug/coverage/