We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed03a7 commit b3802ccCopy full SHA for b3802cc
.github/workflows/Tests.yml
@@ -213,9 +213,11 @@ jobs:
213
run: make -j1 -f Makefile clean || true ;
214
- name: Generate Test Coverage for py${{ matrix.python-version }} on ${{ matrix.os }}
215
id: coverage_tests
216
+ shell: bash
217
env:
218
TESTS_USE_PYTEST: 1
- run: make -f Makefile test || exit 1 ;
219
+ run: |
220
+ make -f Makefile test || exit 1
221
- name: Upload Python ${{ matrix.python-version }} test coverage to Codecov
222
id: coverage-unittests-codecov-upload
223
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
0 commit comments