Skip to content

Commit 60fa5fd

Browse files
authored
Merge pull request #161 from DataFog/ci/codecov-wait-for-builds
ci: make codecov wait for all coverage uploads before computing status
2 parents 07ae2d2 + 1c27a5b commit 60fa5fd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
comment: no
2+
3+
codecov:
4+
notify:
5+
# The CI test matrix uploads 12 coverage reports (4 Python versions x 3
6+
# install profiles). Only the nlp-advanced profile installs litellm, so
7+
# the guardrail adapter's lines look uncovered until those uploads land.
8+
# Waiting for all builds prevents the recurring interim-red patch status.
9+
after_n_builds: 12
10+
wait_for_ci: true

0 commit comments

Comments
 (0)