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

feat: export license texts into specified directory #93

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

📫 Addressed Issue(s)

📄 Description

Adds the ability to provide a directory to where the extracted license-texts will be exported.

✅ Checks

codecov[bot] commented 2 years ago

Codecov Report

Merging #93 (673ce84) into main (0e86c95) will increase coverage by 0.12%. The diff coverage is 94.44%.

@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   96.45%   96.57%   +0.12%     
==========================================
  Files          52       52              
  Lines        2029     2076      +47     
==========================================
+ Hits         1957     2005      +48     
+ Misses         72       71       -1     
Impacted Files Coverage Δ
src/Tool/Liz.Tool/CommandLine/CommandProvider.cs 79.50% <72.72%> (-0.14%) :arrow_down:
...z.Core/Result/ExportLicenseTextsResultProcessor.cs 100.00% <100.00%> (ø)
...Nuke/Liz.Nuke/ExtractLicensesSettingsExtensions.cs 100.00% <100.00%> (ø)
src/Tool/Liz.Tool/CommandLine/CommandRunner.cs 100.00% <100.00%> (ø)
...Core/Liz.Core/Settings/SettingsInvalidException.cs

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 0e86c95...673ce84. Read the comment docs.