Skip to content

Commit 982dda6

Browse files
committed
TST: Try to get real coverage
1 parent 6de9088 commit 982dda6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: ${{ matrix.os != 'windows-latest' }}
110110
run: |
111111
cd ..
112-
coverage run -m --source=OMMBV --cov-exclude=OMMBV/OMMBV/*.py pytest
112+
coverage run -m --source=OMMBV --omit=OMMBV/*.py pytest
113113
coverage report
114114
coverage xml
115115
mv coverage.xml OMMBV/.

0 commit comments

Comments
 (0)