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

move to Async Runtime (using Tokio) #46

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

xpromache
Copy link
Contributor

Fixes #6

@codecov-commenter
Copy link

codecov-commenter commented Jun 27, 2023

Codecov Report

Patch coverage: 95.90% and project coverage change: +0.89 🎉

Comparison is base (d06516f) 95.63% compared to head (2d22ec8) 96.53%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   95.63%   96.53%   +0.89%     
==========================================
  Files          17       17              
  Lines        7698     7503     -195     
==========================================
- Hits         7362     7243     -119     
+ Misses        336      260      -76     
Impacted Files Coverage Δ
cfdp-core/src/transaction/error.rs 0.00% <ø> (ø)
cfdp-core/src/transport.rs 76.92% <82.35%> (+10.74%) ⬆️
cfdp-core/src/daemon.rs 73.01% <90.24%> (+0.91%) ⬆️
cfdp-core/src/transaction/send.rs 97.70% <95.18%> (+0.65%) ⬆️
cfdp-core/src/transaction/recv.rs 98.14% <100.00%> (+0.07%) ⬆️

... and 3 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.

@mkolopanis mkolopanis merged commit e435fc1 into ASU-cubesat:main Jun 29, 2023
5 checks passed
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.

Move to Async Runtime
3 participants