Close

Unit Test Code Coverage

A project log for Raspberry Pi INA219 voltage/current sensor library

Python library for Raspberry Pi which provides an easy to use interface for the INA219 voltage and current sensor from Texas Instruments.

chrisChris 02/18/2017 at 09:290 Comments

I have updated the Travis CI configuration to automatically created a code coverage report on every build and upload it to 'codecov', see https://codecov.io/gh/chrisb2/pi_ina219. The code coverage is currently 97.7%.

I have added 'badges' showing the build status and code coverage to the README:

Discussions