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

Minor code cleanup in check_system_module #621

Merged
merged 1 commit into from
May 30, 2024

Fix: File was only closed lazily by garbage collector

164cd2e
Select commit
Loading
Failed to load commit list.
Merged

Minor code cleanup in check_system_module #621

Fix: File was only closed lazily by garbage collector
164cd2e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2024 in 1s

57.92% (+0.00%) compared to cc3f292

View this Pull Request on Codecov

57.92% (+0.00%) compared to cc3f292

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 57.92%. Comparing base (cc3f292) to head (164cd2e).

Files Patch % Lines
src/aleph/vm/utils.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #621   +/-   ##
=======================================
  Coverage   57.92%   57.92%           
=======================================
  Files          60       60           
  Lines        5402     5402           
  Branches      600      600           
=======================================
  Hits         3129     3129           
  Misses       2133     2133           
  Partials      140      140           

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