File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 # Run all tests, including the ignored python bindings
4545 cargo test --all-features -- --ignored
4646 # Generate the coverage report
47- grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" "tests/*" -o ./coverage.lcov
48- grcov . --binary-path ./target/debug/ -s . -t cobertura --branch --ignore-not-existing --ignore "/*" "tests/*" -o ./coverage/cobertura.xml
47+ grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" --ignore "tests/*" -o ./coverage.lcov
48+ grcov . --binary-path ./target/debug/ -s . -t cobertura --branch --ignore-not-existing --ignore "/*" --ignore "tests/*" -o ./coverage/cobertura.xml
4949
5050 - name : Upload coverage to Codecov
5151 uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments