Skip to content

Commit

Permalink
chore: fix codecov config (h/t @the-howl) (#1137)
Browse files Browse the repository at this point in the history
See #1122 (comment)

```console
❯ cat codecov.yml | curl --data-binary @/dev/stdin https://codecov.io/validate
Valid!

{
  "codecov": {
    "require_ci_to_pass": false,
...
```

Signed-off-by: Manfred Touron <[email protected]>
  • Loading branch information
moul authored Sep 16, 2023
1 parent 5636546 commit d5f14ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
codecov:
require_ci_to_pass: false
require_changes: true
notify:
wait_for_ci: false

Expand All @@ -23,7 +22,6 @@ coverage:
patch:
default:
target: auto
changes:

flags:
default_rules:
Expand Down

0 comments on commit d5f14ff

Please sign in to comment.