mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:48:25 +00:00
Many pull requests that I've wanted to merge have failed CodeCov statuses. This indicates that they're not useful for this project at this time so I'm disabling them. The comment from CodeCov is the most useful part.
9 lines
345 B
YAML
9 lines
345 B
YAML
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
|