|
75 | 75 | uses: actions/upload-artifact@v4 |
76 | 76 | with: |
77 | 77 | name: coverage-pytest-unit |
78 | | - path: atomsci/ddm/test/unit/.coverage* |
| 78 | + path: | |
| 79 | + atomsci/ddm/test/unit/.coverage* |
| 80 | + atomsci/modac/test/unit/.coverage* |
79 | 81 |
|
80 | 82 | pytest-integrative-1: |
81 | 83 | runs-on: ubuntu-24.04 |
@@ -142,7 +144,8 @@ jobs: |
142 | 144 | uses: actions/upload-artifact@v4 |
143 | 145 | with: |
144 | 146 | name: coverage-pytest-integrative-1 |
145 | | - path: atomsci/ddm/test/integrative/.coverage* |
| 147 | + path: atomsci/ddm/test/integrative/**/.coverage* |
| 148 | + |
146 | 149 | pytest-integrative-2: |
147 | 150 | runs-on: ubuntu-24.04 |
148 | 151 | strategy: |
@@ -208,7 +211,8 @@ jobs: |
208 | 211 | uses: actions/upload-artifact@v4 |
209 | 212 | with: |
210 | 213 | name: coverage-pytest-integrative-2 |
211 | | - path: atomsci/ddm/test/integrative/.coverage* |
| 214 | + path: atomsci/ddm/test/integrative/**/.coverage* |
| 215 | + |
212 | 216 | pytest-integrative-3: |
213 | 217 | runs-on: ubuntu-24.04 |
214 | 218 | strategy: |
@@ -274,7 +278,8 @@ jobs: |
274 | 278 | uses: actions/upload-artifact@v4 |
275 | 279 | with: |
276 | 280 | name: coverage-pytest-integrative-3 |
277 | | - path: atomsci/ddm/test/integrative/.coverage* |
| 281 | + path: atomsci/ddm/test/integrative/**/.coverage* |
| 282 | + |
278 | 283 | pytest-integrative-4: |
279 | 284 | runs-on: ubuntu-24.04 |
280 | 285 | strategy: |
@@ -340,7 +345,7 @@ jobs: |
340 | 345 | uses: actions/upload-artifact@v4 |
341 | 346 | with: |
342 | 347 | name: coverage-pytest-integrative-4 |
343 | | - path: atomsci/ddm/test/integrative/.coverage* |
| 348 | + path: atomsci/ddm/test/integrative/**/.coverage* |
344 | 349 |
|
345 | 350 | coverage-merge: |
346 | 351 | runs-on: ubuntu-24.04 |
|
0 commit comments