We currently have about 79% coverage for a unit test. Let's bring that test coverage above 90%!
Coveralls Data

https://coveralls.io/github/FaradayRF/faradayio?branch=master
Files to Test
Unit Test Files
Coverage Report Generation
We use coveralls-python to generate coverage reports. The .coveragerc file defines that we only test the module faradayio and our travis.yml file specifies the coverage test on line 11
The issue ticket documenting adding unit test coverage with coveralls is #30 which could be of help when working with the tools.