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

Threading analyzer #47

Merged
merged 2 commits into from
Aug 23, 2019
Merged

Threading analyzer #47

merged 2 commits into from
Aug 23, 2019

Conversation

richardschneider
Copy link
Owner

Resolve #40

@codecov-io
Copy link

codecov-io commented Aug 23, 2019

Codecov Report

Merging #47 into master will decrease coverage by 0.35%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   77.71%   77.36%   -0.36%     
==========================================
  Files          54       54              
  Lines        2832     2810      -22     
==========================================
- Hits         2201     2174      -27     
- Misses        631      636       +5
Impacted Files Coverage Δ
src/SecureCommunication/Secio1.cs 2.88% <ø> (ø) ⬆️
src/PubSub/FloodRouter.cs 90.32% <ø> (ø) ⬆️
src/Protocols/Identify1.cs 100% <ø> (ø) ⬆️
src/Multiplex/Substream.cs 95.52% <ø> (ø) ⬆️
src/Transports/DatagramStream.cs 0% <0%> (ø) ⬆️
src/SecureCommunication/Secio1Stream.cs 0% <0%> (ø) ⬆️
src/StatsStream.cs 75.28% <100%> (ø) ⬆️
src/Swarm.cs 88.79% <100%> (ø) ⬆️
src/Protocols/Mplex67.cs 94.11% <100%> (ø) ⬆️
src/TaskHelper.cs 96.29% <100%> (ø) ⬆️
... and 7 more

Continue to review full report at Codecov.

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

@richardschneider richardschneider merged commit eed1a90 into master Aug 23, 2019
@richardschneider richardschneider deleted the 40-threading branch August 23, 2019 23:25
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.

Threading Analysis
2 participants