elifesciences / elife-tools

Python library for parsing eLife article XML data.
MIT License
15 stars 7 forks source link

Upgrade version of coverage to fix tests. #321

Closed gnott closed 4 years ago

gnott commented 4 years ago

Tests are failing using jenkins for what looks like when trying to submit coverage data to coveralls, the coverage==3.7.1 is too old. Here, try upgrading to coverage==5.1, which seems to be the latest it is trying to install in order to support coveralls module.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.764% when pulling 0744432025e07043096e9fba8bbca36838c51fd8 on requirements into 5a984b40e51ca6c42d9e2a429bdb385110fd072e on develop.

gnott commented 4 years ago

Yes, it seems the coverage + coveralls combo was the reason for test failures. I will merge this.