Skip to content

Commit

Permalink
ci: debug coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Sep 16, 2024
1 parent a4afc95 commit f35aa13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
if: matrix.python-version != '3.9'

- name: Test with Pytest on Python ${{ matrix.python-version }}
run: coverage run -m pytest
run: |
coverage run -m pytest
ls -la
- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f35aa13

Please sign in to comment.