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
--branch
--ignore-not-existing
--binary-path ./target/debug/
--excl-line "#\[derive\("
--excl-br-line "#\[derive\("
--excl-start "mod tests \{"
--excl-br-start "mod tests \{"
working-directory: lib
- name: Upload Results
uses: codecov/codecov-action@v2
with: