Skip to content

Commit

Permalink
test: decrease threshold configuration for components & defaults in c…
Browse files Browse the repository at this point in the history
…odecov

Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed Jan 3, 2024
1 parent abb4bc1 commit 91e1ff5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coverage:
patch:
default:
target: 100%
threshold: 1%
threshold: 0.001%
# js:
# target: auto
# flags:
Expand All @@ -21,18 +21,20 @@ component_management:
statuses:
- type: project
target: auto
threshold: 1%
threshold: 0.001%%
- type: patch
target: 80%
threshold: 0.001%
paths:
- "src/**/*.js"
- component_id: ts
statuses:
- type: project
target: auto
threshold: 1%
threshold: 0.001%%
- type: patch
target: 90%
threshold: 0.001%
name: ts
paths:
- "src/**/*.ts"

0 comments on commit 91e1ff5

Please sign in to comment.