Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable CodeCov status checks on PRs #2935

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Disable CodeCov status checks on PRs #2935

merged 1 commit into from
Feb 6, 2024

Conversation

imnasnainaec
Copy link
Collaborator

@imnasnainaec imnasnainaec commented Feb 6, 2024

@imnasnainaec imnasnainaec self-assigned this Feb 6, 2024
@jmgrady
Copy link
Collaborator

jmgrady commented Feb 6, 2024

Codecov YAML validation:

$ cat codecov.yml | curl --data-binary @- https://codecov.io/validate
Valid!

{
  "coverage": {
    "status": {
      "patch": false,
      "project": false
    }
  },
  "ignore": [
    "^src/api.*",
    "^src/backend/index.ts.*",
    "^src/resources.*",
    "^src/types.*",
    "(?s:.*/[^\\/]*Mock\\.ts.*)\\Z",
    "(?s:.*/[^\\/]*Types\\.ts.*)\\Z"
  ]
}

Copy link
Collaborator

@jmgrady jmgrady left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @imnasnainaec)

@imnasnainaec imnasnainaec merged commit a796a12 into master Feb 6, 2024
17 checks passed
@imnasnainaec imnasnainaec deleted the fight-code-cov branch February 6, 2024 15:07
jmgrady pushed a commit that referenced this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants