Skip to content

Commit 51a26ee

Browse files
committed
Fix deprecated coverage file flag
1 parent bc44930 commit 51a26ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-and-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
if: matrix.python-version == '3.12'
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
44-
file: ./coverage.xml
44+
files: ./coverage.xml

0 commit comments

Comments
 (0)