mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-31 23:18:46 +00:00
Merge pull request #146 from runatlantis/codecov
Disable code coverage GitHub statuses.
This commit is contained in:
8
.codecov.yml
Normal file
8
.codecov.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
coverage:
|
||||
status:
|
||||
# This disables the GitHub statuses from CodeCov. I found that many of the
|
||||
# PRs I wanted to merge failed the status checks because often some code
|
||||
# isn't testable or testing it isn't the highest priority. The comment with
|
||||
# the code coverage is all that is needed right now.
|
||||
project: off
|
||||
patch: off
|
||||
Reference in New Issue
Block a user