numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.34k stars 1.55k forks source link

Separate code coverage reports for unit tests and integration tests #1018

Open rhyolight opened 10 years ago

rhyolight commented 10 years ago

Currently, only integration tests are reported to coveralls.io. Ideally, we'd have these tests separated out so they could both be reported separately.

rhyolight commented 10 years ago

Partially completed by #1019, but that only reports on unit tests. I still need to figure out how to report for both unit and integration tests from within the same build job.

rhyolight commented 10 years ago

Depends on https://github.com/z4r/python-coveralls/issues/23.