Skip to content

Commit ab18733

Browse files
just use the directory
1 parent 2e8cc9c commit ab18733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)