WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
239 stars 112 forks source link

#130 Add usage of coverage plugin to nosetests call from Travis. #136

Closed r24mille closed 7 years ago

r24mille commented 7 years ago

I'm trying to fix the second continuous integration step, sending the unit test coverage report to coveralls. I'm opening this pull request early to trigger the continuous integration steps on pull requests and to see how my changes affect Travis and Coveralls.

Please do not merge to master until I request the merge in the comments of this pull request.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 27.612% when pulling 310ece7fb19de0a948116fdddc88f7f0c6e9ab52 on r24mille:130_fix_coveralls into 0058447b49cb6902eb47b72f37b5c94628990433 on WattTime:master.

r24mille commented 7 years ago

Sweet! These changes fix sending the coverage report to coveralls during pull requests and merges to master. @ajdonnison, this can be safely merged into master.

Coverage is down due to the work in progress on #130. Once we finish separating unit tests and integration tests, hopefully it'll end up closer to pyiso's previous coverage, ~78%.