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] : add unittests for vpc.go file #281

Merged
merged 3 commits into from
Dec 19, 2024

don't run vpc tests in parallel as they modify global var data

cff5c44
Select commit
Loading
Failed to load commit list.
Merged

[test] : add unittests for vpc.go file #281

don't run vpc tests in parallel as they modify global var data
cff5c44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2024 in 0s

57.92% (+1.29%) compared to 3510bc4

View this Pull Request on Codecov

57.92% (+1.29%) compared to 3510bc4

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.92%. Comparing base (3510bc4) to head (cff5c44).
Report is 26 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #281      +/-   ##
==========================================
+ Coverage   56.63%   57.92%   +1.29%     
==========================================
  Files          12       12              
  Lines        2412     2415       +3     
==========================================
+ Hits         1366     1399      +33     
+ Misses        892      864      -28     
+ Partials      154      152       -2     

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