We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4fef9 commit 2de4a95Copy full SHA for 2de4a95
1 file changed
.github/workflows/test-coverage.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Upload coverage reports to Codecov
58
uses: codecov/codecov-action@v5.5.2
59
with:
60
- file: ./cobertura.xml
+ files: ./cobertura.xml
61
flags: unittests
62
name: codecov-umbrella
63
fail_ci_if_error: false
0 commit comments