Skip to content

Commit

Permalink
Fix typos in codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Jul 5, 2024
1 parent 665bc6d commit d9ff51b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ coverage:
project:
default:
target: auto
threshould: 20 # Project is still small so high variations can still happen.
project:
threshold: 20 # Project is still small so high variations can still happen.
patch:
default:
target: auto
threshould: 20 # Project is still small so high variations can still happen.
threshold: 20 # Project is still small so high variations can still happen.

comment:
layout: "diff, files, components"
Expand Down

0 comments on commit d9ff51b

Please sign in to comment.