Skip to content

Commit

Permalink
Make codecov patch informational (#636)
Browse files Browse the repository at this point in the history
## Type of change

<!-- (mark with an `X`) -->

```
- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [x] Other
```

## Objective

<!--Describe what the purpose of this PR is. For example: what bug
you're fixing or what new feature you're adding-->

We should make the patch check informational too.

## Before you submit

- Please add **unit tests** where it makes sense to do so
  • Loading branch information
Hinton authored Feb 27, 2024
1 parent e9b77a4 commit cdfb9fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
coverage:
status:
project:
default:
informational: true
patch:
informational: true

ignore:
- "crates/sdk-schemas" # Tool
Expand Down

0 comments on commit cdfb9fa

Please sign in to comment.