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

rpm: implement an RPM filescanner to discern RPM filepaths #1320

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

rpm: implement an RPM Resolver

0eb95e5
Select commit
Loading
Failed to load commit list.
Open

rpm: implement an RPM filescanner to discern RPM filepaths #1320

rpm: implement an RPM Resolver
0eb95e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 21, 2024 in 1s

55.43% (+0.18%) compared to a3c7415

View this Pull Request on Codecov

55.43% (+0.18%) compared to a3c7415

Details

Codecov Report

Attention: Patch coverage is 53.24675% with 108 lines in your changes missing coverage. Please review.

Project coverage is 55.43%. Comparing base (a3c7415) to head (0eb95e5).
Report is 7 commits behind head on main.

Files Patch % Lines
rpm/native_db.go 44.44% 56 Missing and 24 partials ⚠️
rpm/filescanner.go 59.45% 9 Missing and 6 partials ⚠️
linux/coalescer.go 20.00% 3 Missing and 1 partial ⚠️
rpm/ecosystem.go 0.00% 3 Missing ⚠️
rhel/resolver.go 92.30% 1 Missing and 1 partial ⚠️
whiteout/coalescer.go 0.00% 2 Missing ⚠️
indexer/controller/coalesce.go 0.00% 1 Missing ⚠️
rpm/packagescanner.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1320      +/-   ##
==========================================
+ Coverage   55.25%   55.43%   +0.18%     
==========================================
  Files         278      284       +6     
  Lines       17199    17932     +733     
==========================================
+ Hits         9503     9941     +438     
- Misses       6738     6945     +207     
- Partials      958     1046      +88     

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