Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
chore: Update true/false syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Dec 29, 2021
1 parent 2a0fb98 commit 4a9a318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docs: https://docs.codecov.io/docs/codecovyml-reference

codecov:
require_ci_to_pass: yes
require_ci_to_pass: true

coverage:
precision: 1
Expand All @@ -10,9 +10,9 @@ coverage:
project:
default:
target: auto
patch: no
changes: no
patch: false
changes: false

comment:
layout: "diff,files"
require_changes: yes
require_changes: true

0 comments on commit 4a9a318

Please sign in to comment.