Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Sep 22, 2023
1 parent c3dbc92 commit 968c04c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ coverage:
project:
default:
target: auto
# Let's decrease this later.
threshold: 10
threshold: 10 # Let's decrease this later.
base: parent
if_no_uploads: error
if_not_found: success
Expand All @@ -26,8 +25,7 @@ coverage:
patch:
default:
target: auto
# Allows PRs without tests, overall stats count.
threshold: 100
threshold: 100 # Allows PRs without tests, overall stats count.
base: auto
if_no_uploads: error
if_not_found: success
Expand All @@ -40,10 +38,10 @@ flag_management:
statuses:
- type: project
target: auto
threshold: 0.5%
threshold: 10 # Let's decrease this later.
- type: patch
target: auto
threshold: 1%
target: auto # Allows PRs without tests, overall stats count.
threshold: 100
individual_flags:
- name: tm2
paths:
Expand Down

0 comments on commit 968c04c

Please sign in to comment.