Skip to content

Commit

Permalink
Debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lazorchakp committed Sep 4, 2024
1 parent 689e419 commit 646d5a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ jobs:
env:
TOX_COV_SUFFIX: py${{ matrix.python-version }}
run: tox -e pytest
- run: ls -R
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
path: .coverage.py${{ matrix.python-version }}
if-no-files-found: error

coverage:
needs: test
Expand Down

0 comments on commit 646d5a1

Please sign in to comment.