Skip to content

Commit a89ce2e

Browse files
committed
use xml
1 parent 335252c commit a89ce2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/upload-artifact@v4
2828
with:
2929
name: coverage-2.7
30-
path: .coverage
30+
path: coverage.xml
3131

3232
Test:
3333
runs-on: ubuntu-latest
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: coverage-${{ matrix.python-version }}
56-
path: .coverage
56+
path: coverage.xml
5757

5858
combine-coverage:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)