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

Recursive inlining via InlineTransform and associated fixes #205

Merged
merged 13 commits into from
Jan 26, 2024

TransformSanitise: Add small test for Transformation class

63a4434
Select commit
Loading
Failed to load commit list.
Merged

Recursive inlining via InlineTransform and associated fixes #205

TransformSanitise: Add small test for Transformation class
63a4434
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 25, 2024 in 0s

92.26% (-0.01%) compared to 44fcf08

View this Pull Request on Codecov

92.26% (-0.01%) compared to 44fcf08

Details

Codecov Report

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

Comparison is base (44fcf08) 92.26% compared to head (63a4434) 92.26%.

Files Patch % Lines
loki/transform/transform_inline.py 95.65% 2 Missing ⚠️
loki/types.py 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #205      +/-   ##
==========================================
- Coverage   92.26%   92.26%   -0.01%     
==========================================
  Files          96       95       -1     
  Lines       17132    17176      +44     
==========================================
+ Hits        15807    15847      +40     
- Misses       1325     1329       +4     

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