Skip to content

Commit b60d266

Browse files
authored
PYTHON-3898 Add coverage to all variants (mongodb#2705)
1 parent 3667638 commit b60d266

14 files changed

Lines changed: 129 additions & 156 deletions

File tree

.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/generated_configs/functions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ functions:
250250
working_dir: src
251251
include_expansions_in_env:
252252
- TOOLCHAIN_VERSION
253+
- COVERAGE
253254
type: test
254255

255256
# Upload coverage codecov
@@ -268,7 +269,7 @@ functions:
268269
- github_pr_number
269270
- github_pr_head_branch
270271
- github_author
271-
- is_patch
272+
- requester
272273
- branch_name
273274
type: test
274275

0 commit comments

Comments
 (0)