ci: fix deprecated codecov input

This commit is contained in:
CrazyMax 2025-03-30 01:02:29 +01:00
parent 525b2b9d14
commit 303645cb72
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -29,5 +29,5 @@ jobs:
name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage/clover.xml
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}