From 5c1ee4d4fe5699840246f2e5d9cbf90ddfdfc5cd Mon Sep 17 00:00:00 2001 From: Kimoon Han Date: Fri, 1 Nov 2024 11:07:09 +0900 Subject: [PATCH] ci(pytest): add gdb to coverage tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb8bd60e..531eeb25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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