Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#52684 closed defect (bug) (fixed)

Prevent codecov comments in github

Reported by: jorbin's profile jorbin Owned by: jorbin's profile jorbin
Milestone: 5.8 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords:
Focuses: Cc:

Description

Occasionally codecov likes to leave comments on PRs for no clear reason. As we aren't running codecov on PRs, this is of no value so we should disable it.

Change History (1)

#1 @jorbin
4 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 50462:

Disable comments from codecov.

Docs explaining this https://docs.codecov.io/docs/pull-request-comments#disable-comment

Putting inside .github to not litter the root. Docs explaining why this is possible https://docs.codecov.io/docs/codecov-yaml#can-i-name-the-file-codecovyml

Fixes #52684.

Note: See TracTickets for help on using tickets.