diff --git a/.codecov.yml b/.codecov.yml index 726a198d..d5b55136 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 79a10e3e..09f038f5 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