Skip to content

Commit

Permalink
Add --cov flag previously defined unconditionally in pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Dec 13, 2024
1 parent 87f7963 commit 9fbec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
if: matrix.coverage
run:
|
echo PYTEST_ADDOPTS="$PYTEST_ADDOPTS --cov-report=xml" >> $GITHUB_ENV
echo PYTEST_ADDOPTS="$PYTEST_ADDOPTS --cov --cov-report=xml" >> $GITHUB_ENV
- name: Test with pytest
run: |
pytest --pyargs watertap --idaes-flowsheets --entry-points-group watertap.flowsheets
Expand Down

0 comments on commit 9fbec48

Please sign in to comment.