disentcorp / dateroll

dateroll makes working with 📅 dates less painful.
Apache License 2.0
11 stars 1 forks source link

Fix long tenor string #9

Open Batu4 opened 2 months ago

Batu4 commented 2 months ago

fixed long tenor string by changing patterns.py regex, added coverage 100% badge in readme

Batu4 commented 2 months ago

NEW COVERAGE RESULT with THE ISSUE CHRIS ADDRESSES

Name Stmts Miss Cover Missing

dateroll/init.py 13 0 100% dateroll/main.py 0 0 100% dateroll/calendars/init.py 0 0 100% dateroll/calendars/main.py 0 0 100% dateroll/calendars/calendarmath.py 191 0 100% dateroll/calendars/calendars.py 221 0 100% dateroll/date/init.py 0 0 100% dateroll/date/main.py 0 0 100% dateroll/date/date.py 164 0 100% dateroll/ddh/init.py 0 0 100% dateroll/ddh/main.py 0 0 100% dateroll/ddh/ddh.py 59 0 100% dateroll/duration/init.py 0 0 100% dateroll/duration/main.py 0 0 100% dateroll/duration/duration.py 359 0 100% dateroll/parser/init.py 0 0 100% dateroll/parser/main.py 0 0 100% dateroll/parser/parser.py 62 0 100% dateroll/parser/parsers.py 181 0 100% dateroll/parser/patterns.py 29 0 100% dateroll/pretty.py 69 0 100% dateroll/schedule/init.py 0 0 100% dateroll/schedule/main.py 0 0 100% dateroll/schedule/schedule.py 113 0 100% dateroll/settings.py 66 0 100% dateroll/tblfmt.py 28 0 100% dateroll/utils.py 59 0 100%

TOTAL 1614 0 100%