Skip to content

Commit

Permalink
disable coverage upload for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Oct 3, 2024
1 parent 02e2e36 commit d228b95
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 @@ -80,12 +80,12 @@ jobs:
run: |
nox --verbose --python=${{ matrix.python }}
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: actions/upload-artifact@v4
with:
name: coverage-data
path: ".coverage.*"
# - name: Upload coverage data
# if: always() && matrix.session == 'tests'
# uses: actions/upload-artifact@v4
# with:
# name: coverage-data
# path: ".coverage.*"

large-files:
name: File sizes
Expand Down

0 comments on commit d228b95

Please sign in to comment.