Skip to content

Commit 5be0388

Browse files
Python coverage from anywhere.
1 parent 54fbafd commit 5be0388

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ jobs:
101101
uses: actions/upload-artifact@v4
102102
with:
103103
name: python-coverage-reports
104-
path: |
105-
src/asyncapigenerator/coverage.xml
106-
src/cloudeventjekylldocs/coverage.xml
107-
src/eventcatalogasyncapiimporter/coverage.xml
104+
path: "**/coverage.xml"
108105
test-lint:
109106
name: "Linting"
110107
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)