From a153fe4c2a344e973bc0907682a5303656bfecc2 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Tue, 19 May 2020 02:34:59 +0200 Subject: [PATCH] fix codecov reports (#1867) * fix codecov * upgrade codecov * upgrade codecov --- .codecov.yml | 2 ++ tests/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 726a198d5a..d5b551366c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -11,6 +11,8 @@ codecov: notify: # after_n_builds: 2 wait_for_ci: yes + # https://docs.codecov.io/docs/codecov-yaml#section-expired-reports + max_report_age: off coverage: precision: 0 # 2 = xx.xx%, 0 = xx% diff --git a/tests/requirements.txt b/tests/requirements.txt index 79a10e3ea5..09f038f598 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ coverage -codecov +codecov>=2.1 pytest>=3.0.5 pytest-cov pytest-flake8