fix codecov reports (#1867)
* fix codecov * upgrade codecov * upgrade codecov
This commit is contained in:
parent
e0a5aee3a3
commit
a153fe4c2a
|
@ -11,6 +11,8 @@ codecov:
|
||||||
notify:
|
notify:
|
||||||
# after_n_builds: 2
|
# after_n_builds: 2
|
||||||
wait_for_ci: yes
|
wait_for_ci: yes
|
||||||
|
# https://docs.codecov.io/docs/codecov-yaml#section-expired-reports
|
||||||
|
max_report_age: off
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
precision: 0 # 2 = xx.xx%, 0 = xx%
|
precision: 0 # 2 = xx.xx%, 0 = xx%
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
coverage
|
coverage
|
||||||
codecov
|
codecov>=2.1
|
||||||
pytest>=3.0.5
|
pytest>=3.0.5
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-flake8
|
pytest-flake8
|
||||||
|
|
Loading…
Reference in New Issue