Coverage setup fixes

This commit is contained in:
Antoine Gersant 2025-02-04 23:43:46 -08:00
parent 2aeed5f188
commit 46aed8096e

View file

@ -34,11 +34,11 @@ jobs:
--llvm --llvm
--branch --branch
--ignore-not-existing --ignore-not-existing
--binary-path ./target/debug/
--excl-line "#\[derive\(" --excl-line "#\[derive\("
--excl-br-line "#\[derive\(" --excl-br-line "#\[derive\("
--excl-start "mod tests \{" --excl-start "mod tests \{"
--excl-br-start "mod tests \{" --excl-br-start "mod tests \{"
working-directory: lib
- name: Upload Results - name: Upload Results
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v2
with: with: