Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev committed Sep 7, 2024
1 parent 65a4a5a commit 95f397b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/upload-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ runs:
- uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ env.COVERAGE_UUID }}
path: .coverage
path: .coverage*/
include-hidden-files: true
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: coverage-data
path: .coverage
pattern: coverage-data-*
delete-merged: true

Expand All @@ -741,7 +740,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage-data
path: .coverage
- run: pip install coverage
- name: Combine coverage
run: python -m coverage combine
Expand Down

0 comments on commit 95f397b

Please sign in to comment.