diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-10-31 13:19:11 +0100 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-10-31 13:19:11 +0100 |
commit | 4ba737e087b399ddef3e99738806650c6fc004a9 (patch) | |
tree | 92ece32da34190deee4f0bbcb698f4aae00ec33b | |
parent | 0b53c0a260ab2ec2c5ddb12ca08bfd21a24f7a69 (diff) | |
download | gitlab-chore/codecov-wait-for-all-jobs.tar.gz |
chore(ci): wait for all coverage jobs before posting commentchore/codecov-wait-for-all-jobs
-rw-r--r-- | codecov.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index 0a82dcd..81c3f18 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,7 @@ coverage: range: "70...100" comment: + after_n_builds: 3 # coverage, py_func_v4, py_func_cli layout: "diff,flags,files" behavior: default require_changes: yes |