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

fix: some packages not being downloaded #108

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

📫 Addressed Issue(s)

📄 Description

This is to fix issues with some packages not being downloaded, i.e. System.* packages

✅ Checks

ℹ Additional Information

codecov[bot] commented 2 years ago

Codecov Report

Merging #108 (3b91305) into main (34abca1) will increase coverage by 0.36%. The diff coverage is 100.00%.

:exclamation: Current head 3b91305 differs from pull request most recent head 49a284b. Consider uploading reports for the commit 49a284b to get more accurate results

@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   96.47%   96.83%   +0.36%     
==========================================
  Files          52       54       +2     
  Lines        2097     2178      +81     
==========================================
+ Hits         2023     2109      +86     
+ Misses         74       69       -5     
Impacted Files Coverage Δ
src/Core/Liz.Core/Extract/ExtractLicenses.cs 100.00% <100.00%> (ø)
...se/EnrichPackageReferenceWithLicenseInformation.cs 100.00% <100.00%> (ø)
...DotnetCli/DownloadPackageReferencesViaDotnetCli.cs 100.00% <100.00%> (ø)
...nces/DotnetCli/GetPackageReferencesViaDotnetCli.cs 100.00% <100.00%> (ø)
...ckageReferences/DownloadPackageReferencesFacade.cs 100.00% <100.00%> (ø)
...ces/EnrichPackageReferenceWithArtifactDirectory.cs 100.00% <100.00%> (ø)
src/Core/Liz.Core/Projects/GetProjectReferences.cs 100.00% <100.00%> (ø)
...lt/ValidateLicenseTypesBlacklistResultProcessor.cs 97.14% <100.00%> (ø)
...lt/ValidateLicenseTypesWhitelistResultProcessor.cs 97.14% <100.00%> (ø)
...ore/Liz.Core/Utils/FindPackageReferenceArtifact.cs 100.00% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 34abca1...49a284b. Read the comment docs.