engineerjoe440 / ElectricPy

Electrical Engineering Formulas in Python
https://electricpy.readthedocs.io/en/latest/
MIT License
86 stars 16 forks source link

Add coverage badge #40

Closed engineerjoe440 closed 2 years ago

engineerjoe440 commented 2 years ago

Add Coverage Badge to README

This PR uses the Sphinx generation process to evaluate coverage, then push a coverage badge to the gh-pages branch to be accessed by the README document.

Closes #38