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: license url to license type mapping #72

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

📫 Addressed Issue(s)

📄 Description

This will add the ability to provide a license-url to license-type mapping. Also a little rework regarding license-type-definitions, to follow one concept for all these types of mappings and files.

TODOs:

✅ Checks

codecov[bot] commented 2 years ago

Codecov Report

Merging #72 (1e244c3) into main (9f682f7) will increase coverage by 1.04%. The diff coverage is 99.40%.

@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
+ Coverage   95.50%   96.54%   +1.04%     
==========================================
  Files          38       48      +10     
  Lines        1400     1851     +451     
==========================================
+ Hits         1337     1787     +450     
- Misses         63       64       +1     
Impacted Files Coverage Δ
...LicenseType/ApacheLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
...es/LicenseType/BsdLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
...s/LicenseType/CddlLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
...es/LicenseType/EplLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
...s/LicenseType/EuplLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
...es/LicenseType/GnuLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
...eType/LicenseTypeDefinitionFromSettingsProvider.cs 100.00% <ø> (ø)
...enseType/MicrosoftLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
...es/LicenseType/MplLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
...es/LicenseType/NplLicenseTypeDefinitionProvider.cs 100.00% <ø> (ø)
... and 16 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 9f682f7...1e244c3. Read the comment docs.