We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03d67f commit 1fe55afCopy full SHA for 1fe55af
.github/workflows/tests.yml
@@ -90,7 +90,7 @@ jobs:
90
91
echo "MIN_COVERAGE=$MIN_COVERAGE" >> "$GITHUB_OUTPUT"
92
- name: Run Python Tests
93
- run: make python-test optional_args="--junitxml=coverage-junit.xml --cov=. --cov-report xml:coverage.xml --cov-fail-under ${{ steps.coverage-value.outputs.MIN_COVERAGE }} ./code/tests"
+ run: make python-test optional_args="--junitxml=coverage-junit.xml --cov=code --cov-report=term --cov-report=xml:coverage.xml --cov-fail-under=${{ steps.coverage-value.outputs.MIN_COVERAGE }} ./code/tests"
94
- uses: actions/upload-artifact@v4
95
if: ${{ !cancelled() }}
96
with:
0 commit comments