diff --git a/codecov.yml b/codecov.yml index 3a71f570..6af11bcf 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,7 +5,7 @@ coverage: # Fail the build if the coverage decreases by more than 1% threshold: 1% # Set a minimum coverage percentage that must be met - target: auto + target: 80% # The status context shown in GitHub (optional) name: Coverage Check