Skip to content

Commit

Permalink
Merge branch 'main' into refactor/backend_requester
Browse files Browse the repository at this point in the history
  • Loading branch information
tofubert authored Dec 20, 2024
2 parents 4dfae37 + fd693af commit 192a365
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 @@ -5,10 +5,10 @@ coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
status: # https://docs.codecov.com/docs/commit-status
project:
default:
threshold: 10% # Avoid false negatives, while numbers are so low.
threshold: 30% # While big refactors are happening this is ok.
patch:
default:
threshold: 2%
threshold: 100%

comment: # https://docs.codecov.com/docs/pull-request-comments
# make the comments less noisy
Expand All @@ -18,4 +18,4 @@ github_checks:
annotations: false #Make commit readable again.

ignore:
- "main.rs" #main is not testable.
- "sechat-rs/src/main.rs" #main is not testable.

0 comments on commit 192a365

Please sign in to comment.