jazzband / prettytable

Display tabular data in a visually appealing ASCII table format
https://pypi.org/project/PrettyTable/
Other
1.35k stars 154 forks source link

Rename licence file for detection by GitHub #229

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

GitHub looks for a LICENSE file:

Re: https://docs.github.com/en/rest/licenses?apiVersion=2022-11-28

Now, gh api -H "Accept: application/vnd.github+json" /repos/jazzband/prettytable returns:

...
  "license": {
    "key": "other",
    "name": "Other",
    "spdx_id": "NOASSERTION",
    "url": null,
    "node_id": "MDc6TGljZW5zZTA="
  },
...
codecov[bot] commented 1 year ago

Codecov Report

Merging #229 (d1ce536) into main (599bb88) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #229   +/-   ##
=======================================
  Coverage   94.38%   94.38%           
=======================================
  Files           5        5           
  Lines        2281     2281           
=======================================
  Hits         2153     2153           
  Misses        128      128           
Flag Coverage Δ
macos-latest 94.34% <ø> (ø)
ubuntu-latest 94.34% <ø> (ø)
windows-latest 94.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

hugovk commented 1 year ago

Hmm, needs some more massaging:

  "license": {
    "key": "other",
    "name": "Other",
    "spdx_id": "NOASSERTION",
    "url": null,
    "node_id": "MDc6TGljZW5zZTA="
  },