iandanforth / pymuscle

A motor unit based model of skeletal muscle and fatigue
Other
64 stars 8 forks source link

Code coverage report for test runner #9

Closed iandanforth closed 6 years ago

iandanforth commented 6 years ago

After installing the dev dependencies running

pytest --cov=pymuscle --cov-report html

will generate a code coverage report. It is at 100% today and should remain as close to that as reasonably possible. ("100% coverage is a good place to start")