Skip to content

Commit

Permalink
build: enforce diff code coverage of 80% (#769)
Browse files Browse the repository at this point in the history
Resolves: #768

Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
  • Loading branch information
Wwwsylvia committed May 31, 2024
1 parent aef90e4 commit c8c2048
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/.codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ coverage:
default:
target: 75%
if_ci_failed: error
patch:
default:
target: 80%
if_ci_failed: error

0 comments on commit c8c2048

Please sign in to comment.