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 c16098a commit 4e00734Copy full SHA for 4e00734
.github/workflows/ci.yml
@@ -62,6 +62,8 @@ jobs:
62
if: always() # even if previous steps fail, this one needs to be run
63
with:
64
token: ${{ secrets.CODECOV_TOKEN }}
65
+ # do not search for coverage files automatically, upload only specified files
66
+ disable_search: true
67
files: cobertura.xml
68
# flags: unittests # optional
69
name: codecov-umbrella # optional
0 commit comments