Skip to content

Commit

Permalink
workflow(codecov): Lower the code coverage threshold
Browse files Browse the repository at this point in the history
This is only a temporary behavior, and we will optimize the relevant coverage and MTR in the future
  • Loading branch information
Nliver committed Nov 29, 2023
1 parent e22f37d commit 0db7b3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ignore:
- "include/boost_1_66_0"
- "extra"
- "extra"

coverage:
status:
patch:
default:
threshold: 0.4 #Allow the coverage to drop by threshold%, and posting a success status.
target: 60%

0 comments on commit 0db7b3d

Please sign in to comment.