From 3e67c7926d7980b1aadf3d22d95e18f281abe341 Mon Sep 17 00:00:00 2001 From: Sergey Vasilyev Date: Sat, 9 May 2020 00:15:32 +0200 Subject: [PATCH] Disable coveralls It fails often with HTTP 422 Unprocessable Entity when posting results, especially after the retries. Make it optional. This might damage the assumulated coverage data, but failing our builds with no way of retrying (without fake commits) is more troublesome. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 680174b2..c8df2bb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ before_script: script: - pytest --cov=kopf --cov-branch - - coveralls + - coveralls || true - codecov --flags unit - pytest --only-e2e # NB: after the coverage uploads! - mypy kopf --strict --pretty