Skip to content

Commit

Permalink
ci(pytest): add gdb to coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan authored Nov 1, 2024
1 parent cf4299e commit 5c1ee4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Test with pytest with coverage
if: matrix.python-version == '3.12' && matrix.qt-api == 'pyqt6'
run: |
sudo apt-get install -y gdb
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
Expand Down

0 comments on commit 5c1ee4d

Please sign in to comment.