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: utilized a consistent commenting style for better code documentation #26

Merged
merged 9 commits into from
Dec 1, 2023

refactor: packet

4c2df9c
Select commit
Loading
Failed to load commit list.
Merged

refactor: utilized a consistent commenting style for better code documentation #26

refactor: packet
4c2df9c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 1, 2023 in 0s

64.07% (+0.42%) compared to b24f298

View this Pull Request on Codecov

64.07% (+0.42%) compared to b24f298

Details

Codecov Report

Attention: 50 lines in your changes are missing coverage. Please review.

Comparison is base (b24f298) 63.64% compared to head (4c2df9c) 64.07%.

Files Patch % Lines
pkg/storage/storage.go 50.64% 20 Missing and 18 partials ⚠️
pkg/runtime/runtime.go 64.70% 3 Missing and 3 partials ⚠️
pkg/scheme/codec.go 0.00% 3 Missing ⚠️
pkg/hook/builder.go 66.66% 1 Missing ⚠️
pkg/loader/loader.go 88.88% 1 Missing ⚠️
pkg/plugin/networkx/http.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   63.64%   64.07%   +0.42%     
==========================================
  Files          76       76              
  Lines        6535     6496      -39     
==========================================
+ Hits         4159     4162       +3     
+ Misses       1835     1798      -37     
+ Partials      541      536       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.