Skip to content

Commit 830fd1f

Browse files
committed
Corrected the path for the coverage reports
1 parent f51263c commit 830fd1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/upload-artifact@v4
5858
with:
5959
name: coverage-pytest-unit
60-
path: .coverage*
60+
path: atomsci/ddm/test/unit/.coverage*
6161
pytest-integrative-1:
6262
runs-on: ubuntu-24.04
6363
strategy:
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/upload-artifact@v4
106106
with:
107107
name: coverage-pytest-integrative-1
108-
path: .coverage*
108+
path: atomsci/ddm/test/integrative/.coverage*
109109
pytest-integrative-2:
110110
runs-on: ubuntu-24.04
111111
strategy:
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/upload-artifact@v4
154154
with:
155155
name: coverage-pytest-integrative-2
156-
path: .coverage*
156+
path: atomsci/ddm/test/integrative/.coverage*
157157
pytest-integrative-3:
158158
runs-on: ubuntu-24.04
159159
strategy:
@@ -201,7 +201,7 @@ jobs:
201201
uses: actions/upload-artifact@v4
202202
with:
203203
name: coverage-pytest-integrative-3
204-
path: .coverage*
204+
path: atomsci/ddm/test/integrative/.coverage*
205205
pytest-integrative-4:
206206
runs-on: ubuntu-24.04
207207
strategy:
@@ -249,7 +249,7 @@ jobs:
249249
uses: actions/upload-artifact@v4
250250
with:
251251
name: coverage-pytest-integrative-4
252-
path: .coverage*
252+
path: atomsci/ddm/test/integrative/.coverage*
253253

254254
coverage-merge:
255255
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)