dh-tech / undate-python

A Python library for working with fuzzy, partial, or otherwise uncertain dates
Apache License 2.0
6 stars 1 forks source link

Setup for publishing on PyPI #60

Closed rlskoeser closed 1 year ago

rlskoeser commented 1 year ago

ref #21

in this PR:

codecov[bot] commented 1 year ago

Codecov Report

Merging #60 (9554bc9) into main (987ab7f) will increase coverage by 0.33%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
+ Coverage   97.41%   97.74%   +0.33%     
==========================================
  Files           4        4              
  Lines         116      133      +17     
==========================================
+ Hits          113      130      +17     
  Misses          3        3              
Impacted Files Coverage Δ
tests/test_dateformat/test_base.py 100.00% <100.00%> (ø)
tests/test_undate.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

rlskoeser commented 1 year ago

All of the tox config is now part of setup.cfg?

yeah, that was added at some point in the last round of development, maybe shortly after the hackathon