mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 11:30:12 +03:00
Enable Codecov status API
It was disabled in 68d20201
, but likely accidentally - although there
was an issue for it already:
https://github.com/encode/django-rest-framework/issues/4594, but
I think it is really nice to have feedback on how much of a diff is
covered etc - you can still merge PRs, especially when it is not
configured to be a required check.
I've intentionally left "comment: off", since that triggers
notifications (although I like it personally since it means that CI is
finished and there is a coverage report).
This commit is contained in:
parent
7e0ad9262e
commit
f69c03b3da
|
@ -1,7 +1,7 @@
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project: false
|
project: true
|
||||||
patch: false
|
patch: true
|
||||||
changes: false
|
changes: true
|
||||||
|
|
||||||
comment: off
|
comment: off
|
||||||
|
|
Loading…
Reference in New Issue
Block a user