mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-31 07:11:00 +02:00
Merge pull request #21194 from calixteman/improve_codecov
Slighty improve codecov stuff in gh actions
This commit is contained in:
commit
34c3ee16f8
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