Skip to content

Commit

Permalink
chore: update backend coverage target (#8798)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandavialva01 authored Feb 15, 2024
1 parent 556639d commit ba8250a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ codecov:
notify:
wait_for_ci: no

# Backend code coverage must be >= 37% +/- 3%. Backend PR coverage must be >= 80% +/- 5%.
# Backend code coverage must be >= 42% +/- 3%. Backend PR coverage must be >= 80% +/- 5%.
coverage:
status:
project:
default:
informational: true
backend:
target: 37%
target: 42%
threshold: 3%
flags:
- backend
Expand Down

0 comments on commit ba8250a

Please sign in to comment.