wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

Feature/7 exclude packages #150

Closed wgnf closed 10 months ago

wgnf commented 10 months ago

📫 Addressed Issue(s)

📄 Description

Enables the user to exclude packages using glob patterns similar to projects

✅ Checks

ℹ Additional Information

none

codecov[bot] commented 10 months ago

Codecov Report

Merging #150 (20e885c) into release/2.1 (d362d18) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@               Coverage Diff               @@
##           release/2.1     #150      +/-   ##
===============================================
+ Coverage        97.56%   97.63%   +0.07%     
===============================================
  Files               54       55       +1     
  Lines             2463     2536      +73     
===============================================
+ Hits              2403     2476      +73     
  Misses              60       60              
Files Changed Coverage Δ
...se/EnrichPackageReferenceWithLicenseInformation.cs 100.00% <100.00%> (ø)
...re/PackageReferences/GetPackageReferencesFacade.cs 96.87% <100.00%> (+1.42%) :arrow_up:
...on/DeserializePackageExclusionGlobsPreprocessor.cs 100.00% <100.00%> (ø)
...Nuke/Liz.Nuke/ExtractLicensesSettingsExtensions.cs 100.00% <100.00%> (ø)