Skip to content

Commit 0976dbc

Browse files
committed
fix(cd): remove wrong tests folder omission from coverage runs
1 parent 188262d commit 0976dbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
rm -rf target/wheels
5858
# Build and install in editable mode for coverage mapping
5959
maturin develop
60-
coverage run --omit "tests/*" -m pytest tests/python/ -vv
60+
coverage run -m pytest tests/python/ -vv
6161
coverage xml -o coverage/python-coverage.xml
6262
6363
# Generate the coverage report

0 commit comments

Comments
 (0)