We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab0f64 commit e852488Copy full SHA for e852488
.github/workflows/ci_tests.yml
@@ -54,5 +54,5 @@ jobs:
54
uses: codecov/codecov-action@v5
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
57
- file: ./coverage.xml
+ files: ./coverage.xml
58
if: matrix.platform == 'ubuntu-latest'
0 commit comments