Closed wgnf closed 2 years ago
Merging #93 (673ce84) into main (0e86c95) will increase coverage by
0.12%
. The diff coverage is94.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.
📫 Addressed Issue(s)
📄 Description
Adds the ability to provide a directory to where the extracted license-texts will be exported.
IResultProcessor
that will generate the files in the directory✅ Checks