File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ coverage :
2+ status :
3+ project : # more options at https://docs.codecov.com/docs/commit-status
4+ default :
5+ target : auto # use the coverage from the base commit, fail if coverage is lower
6+ threshold : 0% # allow the coverage to drop by
7+
8+ comment :
9+ layout : " diff, flags, files"
10+ behavior : default
11+ require_changes : false
12+ require_base : false # [true :: must have a base report to post]
13+ require_head : false # [true :: must have a head report to post]
14+ hide_project_coverage : false # [true :: only show coverage on the git diff aka patch coverage]
Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ build :
4+ os : " ubuntu-22.04"
5+ tools :
6+ python : " latest"
7+
8+ python :
9+ install :
10+ - requirements : requirements/docs.txt
11+
12+ sphinx :
13+ configuration : docs/source/conf.py
You can’t perform that action at this time.
0 commit comments