Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test codecov change pr #2

Open
wants to merge 2 commits into
base: code-coverage
Choose a base branch
from
Open

Conversation

D-Stacks
Copy link
Owner

test...

@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.95 ⚠️

Comparison is base (00373ce) 62.47% compared to head (050702a) 61.53%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@                Coverage Diff                @@
##           code-coverage       #2      +/-   ##
=================================================
- Coverage          62.47%   61.53%   -0.95%     
=================================================
  Files                396      396              
  Lines              36172    36172              
  Branches           36172    36172              
=================================================
- Hits               22598    22257     -341     
- Misses             12598    12943     +345     
+ Partials             976      972       -4     
Impacted Files Coverage Δ
testing/integration/src/integration_tests.rs 64.76% <ø> (-20.70%) ⬇️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

D-Stacks pushed a commit that referenced this pull request Dec 26, 2023
* avoid printing full messages on message mismatch

* initial orphans pool with basic tests passing

# Conflicts:
#	consensus/src/consensus/mod.rs

* queue duplication removal

* blockrelay mod

* initial relay invs flow

* more details of relay invs flow

* fix minor rebase issues

* fix consensus api

* sync missing block bodies

* ibd chain negotiation (to be tested)

* ibd <-> invs channel

* is ibd running

* ibd type decision

* temp patch

* server side never dequeues with timeout

* temp print

* fix filter direction

* low hash should be the highest with body

* bug fix: flip low and high on locator request

* parallel block body processing

* sync block relay past

* optimize unorphaning

* various fixes to antipast iteration

* fix monitor prints

* make monitor an async service and avoid the thread waste

* use try_join_all wherever possible

* progress reports

* fix of subtle bug related to queuing the same block to consensus from multiple locations concurrently (with different order guarantees)

* take the processed task out of pending for more accurate state maintaining

* avoid heap allocation in the common case

* virtual merge depth rule to reject unmergable relays

* can simply use current pruning point (which is what merge depth algo expects + like golang imp)

* move params and config to core + pass to flow ctx

* comments + minor

* relay all new virtual parents

* manage shared block requests

* fix ibd completion message

* ibd type decision making

* imp validate_staging_timestamps

* address review comments

* fix rebase errors

* temp workaround

* temp workaround #2

* review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants