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 code coverage reporting #45

Closed rlskoeser closed 1 year ago

rlskoeser commented 1 year ago

46

this is what the coverage report looks like for this branch: https://app.codecov.io/gh/dh-tech/hackathon-2022/tree/coverage/undate

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@05404f2). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #45   +/-   ##
=======================================
  Coverage        ?   97.29%           
=======================================
  Files           ?        4           
  Lines           ?      111           
  Branches        ?        0           
=======================================
  Hits            ?      108           
  Misses          ?        3           
  Partials        ?        0           

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

Thanks for reviewing, @ColeDCrawford!

I was thinking that my changes conflicted with @maltevogl's setup config changes branch and that his should be merged first so I can reconcile the differences.