You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The above coverage report agrees with my local use of coverage. It's pretty clear that the run() code is not being included in the coverage test output. This is odd because I am using --concurrancy=thread and also using the Threading.thread module as the documentation suggests.
Heck, this appears to be an environment specific issue per coveragepy #582
I'm at a loss here. I will probably remove this ticket from the current project and keep it on the backburner. It may even make me look at asyncio again now that the TUN code is working.
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 modulefaradayio
and ourtravis.yml
file specifies the coverage test on line 11The issue ticket documenting adding unit test coverage with
coveralls
is #30 which could be of help when working with the tools.The text was updated successfully, but these errors were encountered: