mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-08 11:11:02 +02:00
Slighty improve codecov stuff in gh actions
disable_search == true, will avoid useless search especially because we already provide the path to the info file. disable_telem == true, disable sending telemetry to codecov.
This commit is contained in:
parent
2979253338
commit
c91fa7e2dd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -60,4 +60,6 @@ jobs:
|
||||
files: ./build/coverage/unitcli/lcov.info
|
||||
flags: unittestcli
|
||||
name: codecov-umbrella
|
||||
disable_search: true
|
||||
disable_telem: true
|
||||
verbose: true
|
||||
|
||||
2
.github/workflows/font_tests.yml
vendored
2
.github/workflows/font_tests.yml
vendored
@ -78,4 +78,6 @@ jobs:
|
||||
files: ./build/coverage/font/lcov.info
|
||||
flags: fonttest
|
||||
name: codecov-umbrella
|
||||
disable_search: true
|
||||
disable_telem: true
|
||||
verbose: true
|
||||
|
||||
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@ -86,4 +86,6 @@ jobs:
|
||||
files: ./build/coverage/unit/lcov.info
|
||||
flags: unittest
|
||||
name: codecov-umbrella
|
||||
disable_search: true
|
||||
disable_telem: true
|
||||
verbose: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user