kjczarne / metaframe

Metadata files to Pandas Dataframes
3 stars 0 forks source link

Added Coverage.py and generated an html report #12

Closed Notaklutz closed 4 months ago

Notaklutz commented 4 months ago

Ran all tests in ./test using Coverage.py and generated a corresponding HTML report.

Commands used to run tests and generate report:

coverage run -m unittest discover test
coverage html -d coverage_html
github-actions[bot] commented 4 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
299 186 62% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
test/test_analysis.py 80% 🟢
test/test_read.py 95% 🟢
TOTAL 88% 🟢

updated for commit: 45c8007 by action🐍