Skip to content

Commit a153fe4

Browse files
authored
fix codecov reports (#1867)
* fix codecov * upgrade codecov * upgrade codecov
1 parent e0a5aee commit a153fe4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ codecov:
1111
notify:
1212
# after_n_builds: 2
1313
wait_for_ci: yes
14+
# https://docs.codecov.io/docs/codecov-yaml#section-expired-reports
15+
max_report_age: off
1416

1517
coverage:
1618
precision: 0 # 2 = xx.xx%, 0 = xx%

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage
2-
codecov
2+
codecov>=2.1
33
pytest>=3.0.5
44
pytest-cov
55
pytest-flake8

0 commit comments

Comments
 (0)