azogue / psychrochart

A Python 3 library to make psychrometric charts and overlay information on them.
MIT License
103 stars 27 forks source link

Maintenance: Upgrade to recent versions of `pydantic` #58

Closed azogue closed 5 months ago

azogue commented 5 months ago
All changes
github-actions[bot] commented 5 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1303 1303 100% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
psychrochart/chart.py 100% 🟢
psychrochart/chart_entities.py 100% 🟢
psychrochart/chartzones.py 100% 🟢
psychrochart/models/annots.py 100% 🟢
psychrochart/models/base.py 100% 🟢
psychrochart/models/config.py 100% 🟢
psychrochart/models/curves.py 100% 🟢
psychrochart/models/parsers.py 100% 🟢
psychrochart/models/styles.py 100% 🟢
psychrochart/models/validators.py 100% 🟢
psychrochart/plot_logic.py 100% 🟢
psychrochart/util.py 100% 🟢
TOTAL 100% 🟢

updated for commit: 2d54bed by action🐍