diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 1b5f26e..62f6622 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -23,8 +23,7 @@ jobs: - run: cargo build --all-features --all-targets - run: cargo test --all-features --all-targets --no-fail-fast - run: >- - grcov target/debug/profraw - --binary-path ./target/debug/ + grcov target/debug/profraw --binary-path target/debug/ --output-types html --source-dir . --ignore-not-existing