hugovk / norwegianblue

CLI to show end-of-life dates for a number of products.
https://endoflife.date
MIT License
76 stars 4 forks source link

Include Python version in `--version` #95

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

Before

$ eol --version
eol 0.8.2.dev22

After

$ eol --version
eol 0.8.2.dev22 (Python 3.10.5)

And update some metadata and config.

codecov[bot] commented 1 year ago

Codecov Report

Merging #95 (c15f046) into main (288f0c0) will decrease coverage by 0.70%. The diff coverage is 62.50%.

@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
- Coverage   95.98%   95.28%   -0.71%     
==========================================
  Files           9        9              
  Lines         374      382       +8     
==========================================
+ Hits          359      364       +5     
- Misses         15       18       +3     
Flag Coverage Δ
macos-latest 95.28% <62.50%> (-0.71%) :arrow_down:
ubuntu-latest 95.28% <62.50%> (-0.71%) :arrow_down:
windows-latest 95.28% <62.50%> (-0.71%) :arrow_down:

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

Impacted Files Coverage Δ
src/norwegianblue/__init__.py 98.55% <ø> (ø)
src/norwegianblue/__main__.py 0.00% <0.00%> (ø)
src/norwegianblue/cli.py 0.00% <0.00%> (ø)
src/norwegianblue/_data.py 100.00% <100.00%> (ø)
tests/data/expected_output.py 100.00% <100.00%> (ø)
tests/data/sample_response.py 100.00% <100.00%> (ø)
tests/test_cache.py 100.00% <100.00%> (ø)
tests/test_norwegianblue.py 100.00% <100.00%> (ø)

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