We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509288b commit f97cc69Copy full SHA for f97cc69
1 file changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: codecov/codecov-action@v4
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
- files: ./build/*.gcov
+ files: ./*.gcov
53
fail_ci_if_error: true
54
verbose: true
55
0 commit comments