Skip to content

Commit

Permalink
capture and print test_scripts output for debugging CI-testing #3
Browse files Browse the repository at this point in the history
  • Loading branch information
gph82 committed Jan 3, 2025
1 parent dc8f335 commit 95aa520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: ${{ matrix.python-version != '3.7' }}
run: |
echo -e '[run]\nomit = *dihedrals.py,*contact_matrix.py' > .coveragerc
pytest -k test_mdc_neighborhood -n 8 -vs --cov=./ --cov-report=xml --disable-warnings --cov-config=.coveragerc
pytest -k test_mdc_neighborhood -vs --cov=./ --cov-report=xml --disable-warnings --cov-config=.coveragerc
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 95aa520

Please sign in to comment.