Skip to content

Commit 95f397b

Browse files
committed
fix
Signed-off-by: Igoshev, Iaroslav <[email protected]>
1 parent 65a4a5a commit 95f397b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/actions/upload-coverage/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ runs:
1414
- uses: actions/upload-artifact@v4
1515
with:
1616
name: coverage-data-${{ env.COVERAGE_UUID }}
17-
path: .coverage
17+
path: .coverage*/
1818
include-hidden-files: true

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,6 @@ jobs:
721721
uses: actions/upload-artifact/merge@v4
722722
with:
723723
name: coverage-data
724-
path: .coverage
725724
pattern: coverage-data-*
726725
delete-merged: true
727726

@@ -741,7 +740,6 @@ jobs:
741740
uses: actions/download-artifact@v4
742741
with:
743742
name: coverage-data
744-
path: .coverage
745743
- run: pip install coverage
746744
- name: Combine coverage
747745
run: python -m coverage combine

0 commit comments

Comments
 (0)