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

Add license full name as metadata to the template #44

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

seapagan
Copy link
Owner

@seapagan seapagan commented Sep 5, 2024

Adds a header to each of the (full) licenses with the proper license name.

For example, for MIT:

---
name: MIT License
---

This is stripped out before use when the name can be recorded for later display. This is planned to be used for the license list table and future TUI mode

@seapagan seapagan added the enhancement New feature or request label Sep 5, 2024
@seapagan seapagan self-assigned this Sep 5, 2024
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.20% (target: -1.00%) 95.45%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (bf3f682) 334 327 97.90%
Head commit (a268433) 348 (+14) 340 (+13) 97.70% (-0.20%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#44) 22 21 95.45%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@seapagan seapagan changed the title Add license full nake as metadata to the template Add license full name as metadata to the template Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant