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

refactor: Use events to test network logic #2700

Merged
merged 42 commits into from
Jun 20, 2024

use session for dag sync

7680133
Select commit
Loading
Failed to load commit list.
Merged

refactor: Use events to test network logic #2700

use session for dag sync
7680133
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 20, 2024 in 0s

78.11% (-0.02%) compared to c7fc43d, passed because coverage increased by +0.01% when compared to adjusted base (78.10%)

View this Pull Request on Codecov

78.11% (-0.02%) compared to c7fc43d, passed because coverage increased by +0.01% when compared to adjusted base (78.10%)

Details

Codecov Report

Attention: Patch coverage is 90.62500% with 15 lines in your changes missing coverage. Please review.

Project coverage is 78.11%. Comparing base (c7fc43d) to head (7680133).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2700      +/-   ##
===========================================
- Coverage    78.13%   78.11%   -0.02%     
===========================================
  Files          311      310       -1     
  Lines        23238    23069     -169     
===========================================
- Hits         18155    18019     -136     
+ Misses        3699     3675      -24     
+ Partials      1384     1375       -9     
Files Coverage Δ
cli/start.go 45.61% <ø> (+0.79%) ⬆️
event/event.go 100.00% <100.00%> (ø)
internal/db/collection.go 71.60% <100.00%> (-0.23%) ⬇️
internal/db/collection_delete.go 39.53% <100.00%> (-2.69%) ⬇️
internal/db/config.go 100.00% <ø> (ø)
net/client.go 100.00% <100.00%> (ø)
net/sync_dag.go 82.35% <100.00%> (+0.53%) ⬆️
http/client.go 55.79% <0.00%> (ø)
event/bus.go 97.10% <97.10%> (ø)
internal/db/db.go 60.71% <71.43%> (-2.76%) ⬇️
... and 5 more

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7fc43d...7680133. Read the comment docs.