core-crypto
core-crypto copied to clipboard
Simon/test/use test conversation wpb 15788
trafficstars
What's new in this PR
PR Submission Checklist for internal contributors
- The PR Title
- [ ] conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow²
- [ ] contains a reference JIRA issue number like
SQPIT-764 - [ ] answers the question: If merged, this PR will: ... ³
- https://sparkbox.com/foundry/semantic_commit_messages
- https://github.com/wireapp/.github#usage
- E.g.
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.
Bencher Report
| Branch | simon/test/use-test-conversation-WPB-15788 |
| Testbed | ubuntu-latest |
Click to view all benchmark results
Codecov Report
Attention: Patch coverage is 95.22059% with 13 lines in your changes missing coverage. Please review.
Project coverage is 81.23%. Comparing base (
a57a723) to head (a2dd858). Report is 10 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| crypto/src/test_utils/test_conversation.rs | 90.22% | 13 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #1140 +/- ##
==========================================
+ Coverage 80.81% 81.23% +0.41%
==========================================
Files 166 166
Lines 21431 21386 -45
==========================================
+ Hits 17320 17372 +52
+ Misses 4111 4014 -97
| Files with missing lines | Coverage Δ | |
|---|---|---|
| crypto/src/mls/conversation/commit.rs | 95.07% <100.00%> (-0.50%) |
:arrow_down: |
| crypto/src/mls/conversation/commit_delay.rs | 100.00% <100.00%> (ø) |
|
| ...tion/conversation_guard/decrypt/buffer_messages.rs | 99.23% <100.00%> (ø) |
|
| ...mls/conversation/conversation_guard/decrypt/mod.rs | 97.94% <100.00%> (ø) |
|
| crypto/src/mls/conversation/duplicate.rs | 98.41% <100.00%> (ø) |
|
| ...rypto/src/mls/conversation/leaf_node_validation.rs | 97.34% <100.00%> (+0.07%) |
:arrow_up: |
| crypto/src/mls/conversation/mod.rs | 97.00% <100.00%> (ø) |
|
| crypto/src/mls/conversation/orphan_welcome.rs | 100.00% <100.00%> (ø) |
|
| ...rypto/src/mls/conversation/pending_conversation.rs | 98.68% <100.00%> (ø) |
|
| crypto/src/mls/conversation/proposal.rs | 72.54% <100.00%> (ø) |
|
| ... and 13 more |
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update a57a723...a2dd858. Read the comment docs.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.