Skip to content

Commit 4e00734

Browse files
committed
coverage: do not upload all
1 parent c16098a commit 4e00734

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
if: always() # even if previous steps fail, this one needs to be run
6363
with:
6464
token: ${{ secrets.CODECOV_TOKEN }}
65+
# do not search for coverage files automatically, upload only specified files
66+
disable_search: true
6567
files: cobertura.xml
6668
# flags: unittests # optional
6769
name: codecov-umbrella # optional

0 commit comments

Comments
 (0)