Переглянути джерело

Codecov after_n_builds=5 (#2468)

* Codecov after_n_builds=2

* Update to 5
Graham Neubig 1 рік тому
батько
коміт
798921cec3
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      .github/.codecov.yml

+ 3 - 0
.github/.codecov.yml

@@ -1,6 +1,9 @@
 codecov:
 codecov:
   notify:
   notify:
     wait_for_ci: true
     wait_for_ci: true
+    # our project is large, so 6 builds are typically uploaded. this waits till 5/6
+    # See https://docs.codecov.com/docs/notifications#section-preventing-notifications-until-after-n-builds
+    after_n_builds: 5
 
 
 coverage:
 coverage:
   status:
   status: