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

Add filter by file names #52

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Add filter by file names #52

merged 2 commits into from
Nov 16, 2023

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Nov 16, 2023

Add filtering of the tree by files. To get the counter right all values that are stored on container nodes have been removed. They can be computed on the fly by aggregating the children values.

@uhafner uhafner added feature New features breaking Breaking Changes labels Nov 16, 2023
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

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

Comparison is base (33bafc0) 95.89% compared to head (3358d20) 95.52%.

Files Patch % Lines
...edu/hm/hafner/coverage/parser/CoberturaParser.java 88.23% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #52      +/-   ##
============================================
- Coverage     95.89%   95.52%   -0.38%     
- Complexity      612      621       +9     
============================================
  Files            23       23              
  Lines          1486     1497      +11     
  Branches        207      209       +2     
============================================
+ Hits           1425     1430       +5     
- Misses           34       38       +4     
- Partials         27       29       +2     

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

@uhafner uhafner merged commit 5990d97 into main Nov 16, 2023
30 of 31 checks passed
@uhafner uhafner deleted the builder-with branch November 16, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking Changes feature New features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant