Skip to content

Commit 3724303

Browse files
authored
Merge branch 'master' into backpressure
2 parents 0a47a19 + 80c3ff2 commit 3724303

File tree

61 files changed

+2453
-1498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2453
-1498
lines changed

.codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# do not notify until at least 100 builds have been uploaded from the CI pipeline
2+
# you can also set after_n_builds on comments independently
3+
comment:
4+
after_n_builds: 100

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ post:
3838
# Disabled, causing timeouts
3939
# - func: "upload working dir"
4040
- func: "teardown system"
41+
- func: "upload codecov"
4142
- func: "upload coverage"
4243
- func: "upload mo artifacts"
4344
- func: "upload test results"

.evergreen/generated_configs/functions.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,27 @@ functions:
250250
working_dir: src
251251
include_expansions_in_env:
252252
- TOOLCHAIN_VERSION
253+
- COVERAGE
254+
type: test
255+
256+
# Upload coverage codecov
257+
upload codecov:
258+
- command: subprocess.exec
259+
params:
260+
binary: bash
261+
args:
262+
- .evergreen/scripts/upload-codecov.sh
263+
working_dir: src
264+
include_expansions_in_env:
265+
- CODECOV_TOKEN
266+
- build_variant
267+
- task_name
268+
- github_commit
269+
- github_pr_number
270+
- github_pr_head_branch
271+
- github_author
272+
- requester
273+
- branch_name
253274
type: test
254275

255276
# Upload coverage

0 commit comments

Comments
 (0)