PeerAssets / pypeerassets

Reference implementation of the PeerAssets protocol.
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

Use COVERALLS_PARALLEL=true for coveralls #120

Closed belovachap closed 6 years ago

belovachap commented 6 years ago

I noticed a couple of strange "duplicate files" in the coveralls reports. I'm guessing it could be caused by Travis CI running two jobs (one for testing python 3.5 and one for 3.6) and us not telling coveralls that we want it to merge the output from these runs together.

https://coveralls-python.readthedocs.io/en/latest/usage/configuration.html?highlight=parallel

Any way, perhaps one small setting change and we can see if the problem goes away :)

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 78


Totals Coverage Status
Change from base Build 77: 0.6%
Covered Lines: 696
Relevant Lines: 1038

💛 - Coveralls