Skip to content

Commit a2432b9

Browse files
authored
Update test.yml
1 parent ef77bc5 commit a2432b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
- uses: actions/upload-artifact@v4
5959
with:
6060
name: Upload Coverage info
61-
path: coverage.*
61+
path: .coverage.*
6262
coverage:
6363
runs-on: ubuntu-latest
6464
needs: tests
6565
steps:
6666
- uses: actions/upload-artifact@v4
6767
with:
68-
path: coverage.*
68+
path: .coverage.*
6969
merge-multiple: true
7070
- name: Install coverage
7171
run: pip install coverage
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/upload-artifact@v4
7777
with:
7878
name: Upload Coverage info
79-
path: htmlcon/*
79+
path: htmlcov/*
8080
code-lint:
8181
runs-on: ubuntu-latest
8282
steps:

0 commit comments

Comments
 (0)