Skip to content

Commit 2e8cc9c

Browse files
Try to only use the files property
1 parent af3f83e commit 2e8cc9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
if: ${{ !cancelled() }}
7373
uses: codecov/test-results-action@v1
7474
with:
75-
directory: ./reports/
76-
files: test*.xml
75+
files: ./reports/test_*.xml
7776
flags: ${{ matrix.python-version }}
7877
token: ${{ secrets.CODECOV_TOKEN }}
7978
verbose: true

0 commit comments

Comments
 (0)