We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a5aee commit a153fe4Copy full SHA for a153fe4
.codecov.yml
@@ -11,6 +11,8 @@ codecov:
11
notify:
12
# after_n_builds: 2
13
wait_for_ci: yes
14
+ # https://docs.codecov.io/docs/codecov-yaml#section-expired-reports
15
+ max_report_age: off
16
17
coverage:
18
precision: 0 # 2 = xx.xx%, 0 = xx%
tests/requirements.txt
@@ -1,5 +1,5 @@
1
coverage
2
-codecov
+codecov>=2.1
3
pytest>=3.0.5
4
pytest-cov
5
pytest-flake8
0 commit comments