Skip to content

Commit

Permalink
Actually fix pipeline?
Browse files Browse the repository at this point in the history
  • Loading branch information
lazorchakp committed Sep 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 738c3f5 commit 28deebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -56,6 +56,7 @@ jobs:
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: .coverage.py${{ matrix.python-version }}
path: .coverage.py${{ matrix.python-version }}
include-hidden-files: true
if-no-files-found: error
@@ -76,5 +77,5 @@ jobs:
uses: actions/download-artifact@v4.1.7
- name: Compute coverage
run: |
coverage combine artifact/
coverage combine .coverage.py*
coverage report -i -m --fail-under=100

0 comments on commit 28deebb

Please sign in to comment.