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

Pass around a context object to all plugin callback functions #24

Merged
merged 4 commits into from
Jan 19, 2024

Include RunArg to Context

96f0ae7
Select commit
Loading
Failed to load commit list.
Merged

Pass around a context object to all plugin callback functions #24

Include RunArg to Context
96f0ae7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2024 in 1s

86.46% (+0.02%) compared to a9ec151

View this Pull Request on Codecov

86.46% (+0.02%) compared to a9ec151

Details

Codecov Report

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

Comparison is base (a9ec151) 86.44% compared to head (96f0ae7) 86.46%.

Files Patch % Lines
nextline/plugin/plugins/session/monitor.py 94.73% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   86.44%   86.46%   +0.02%     
==========================================
  Files         113      113              
  Lines        4352     4286      -66     
  Branches      718      706      -12     
==========================================
- Hits         3762     3706      -56     
+ Misses        531      524       -7     
+ Partials       59       56       -3     

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