We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07ae2d2 + 1c27a5b commit 60fa5fdCopy full SHA for 60fa5fd
1 file changed
.codecov.yml
@@ -1 +1,10 @@
1
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