Skip to content

Commit

Permalink
ci(github): gdb pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Oct 31, 2024
1 parent bda95fc commit cf4299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Test with pytest with coverage
if: matrix.python-version == '3.12' && matrix.qt-api == 'pyqt6'
run: |
python -u -m pytest -vv --full-trace --cov erlab --junitxml=junit.xml
gdb -return-child-result -batch -ex r -ex bt --args python -u -m pytest -vv --full-trace --cov erlab --junitxml=junit.xml
- name: Upload coverage to Codecov
if: matrix.python-version == '3.12' && matrix.qt-api == 'pyqt6'
Expand Down

0 comments on commit cf4299e

Please sign in to comment.