diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-10-31 13:19:11 +0100 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-10-31 07:50:55 -0700 |
commit | c7fdad42f68927d79e0d1963ade3324370b9d0e2 (patch) | |
tree | b430033d492f312550aa11292dbdd27b5c442d2c | |
parent | 68a97ced521051afb093cf4fb6e8565d9f61f708 (diff) | |
download | gitlab-c7fdad42f68927d79e0d1963ade3324370b9d0e2.tar.gz |
chore(ci): wait for all coverage jobs before posting comment
-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 |