Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebb5e90

Browse files
committed
ci: update coverage data upload path in GH workflow
1 parent 7feaa95 commit ebb5e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/upload-artifact@v6
4949
with:
5050
name: coverage-data-${{ matrix.python-version }}
51-
path: .coverage.${{ matrix.python-version }}
51+
path: .coverage.*
5252

5353
coverage:
5454
name: Coverage

0 commit comments

Comments
 (0)