fix codecov reports (#1867)

* fix codecov

* upgrade codecov

* upgrade codecov
This commit is contained in:
Jirka Borovec 2020-05-19 02:34:59 +02:00 committed by GitHub
parent e0a5aee3a3
commit a153fe4c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

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%

View File

@ -1,5 +1,5 @@
coverage
codecov
codecov>=2.1
pytest>=3.0.5
pytest-cov
pytest-flake8