Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBrennan1 authored Nov 5, 2024
1 parent 65fad09 commit 753ab8e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# codecov.yml

# Comment settings
comment:
layout: "reach, diff, flags, files"
behavior: default # Shows the comment only on the first push of a pull request
require_changes: true # Only comment if there are coverage changes

# Coverage status checks
coverage:
status:
project:
default:
threshold: 15
patch: off
target: auto # Automatically adjust coverage goal
threshold: 1% # Fail PRs that reduce coverage by more than 1%
patch:
default:
target: auto
threshold: 1%

0 comments on commit 753ab8e

Please sign in to comment.