Skip to content

Commit fdbf07e

Browse files
committed
👷 Only upload files inside of coverage directory, not named coverage (e.g. coverage.xml)
1 parent 2c809c2 commit fdbf07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/upload-artifact@v4
9595
with:
9696
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
97-
path: coverage
97+
path: coverage/*
9898
include-hidden-files: true
9999

100100
# TODO: if removing Smokeshow, and moving only to Codecov, remove this

0 commit comments

Comments
 (0)