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

feat: export license texts into specified directory #93

Merged
merged 3 commits into from
May 13, 2022

Conversation

wgnf
Copy link
Owner

@wgnf wgnf commented May 13, 2022

📫 Addressed Issue(s)

📄 Description

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

  • add new settings
  • add new IResultProcessor that will generate the files in the directory
  • update documentation + README

✅ Checks

  • My PR adheres to the general code-style of this project (look at other code if you're unsure)
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the automated tests have passed

@codecov
Copy link

codecov bot commented May 13, 2022

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%) ⬇️
...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.

@wgnf wgnf marked this pull request as ready for review May 13, 2022 15:07
@wgnf wgnf merged commit b6e4337 into main May 13, 2022
@wgnf wgnf deleted the feature/export-license-texts branch May 13, 2022 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export License Texts into specified directory
1 participant