fix codecov reports (#1867)

* fix codecov

* upgrade codecov

* upgrade codecov
This commit is contained in:
Jirka Borovec
2020-05-18 20:34:59 -04:00
committed by GitHub
parent e0a5aee3a3
commit a153fe4c2a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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%
+1 -1
View File
@@ -1,5 +1,5 @@
coverage
codecov
codecov>=2.1
pytest>=3.0.5
pytest-cov
pytest-flake8