We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd17677 commit add168fCopy full SHA for add168f
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: codecov/codecov-action@v4
46
if: matrix.os == 'ubuntu-latest'
47
with:
48
- files: ./coverage.xml,
+ files: ./coverage.xml
49
fail_ci_if_error: true # optional (default = false)
50
verbose: true # optional (default = false)
51
env:
0 commit comments