Skip to content

Commit

Permalink
Disable coverage HTML report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Sep 6, 2024
1 parent f38afa8 commit 59b9f33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
python -m coverage xml
diff-cover coverage.xml --markdown-report=coverage.md --fail-under=100 || (cat coverage.md >> $GITHUB_STEP_SUMMARY && exit 1)
- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v4
with:
name: html-report
path: htmlcov
if: ${{ failure() }}
# - name: Upload HTML report if check failed.
# uses: actions/upload-artifact@v4
# with:
# name: html-report
# path: htmlcov
# if: ${{ failure() }}

build-wheel:
name: Build Wheel and Test SDist
Expand Down

0 comments on commit 59b9f33

Please sign in to comment.