Changes between Version 6 and Version 7 of Ticket #3385
- Timestamp:
- 2020-08-19T15:43:06Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3385 – Description
v6 v7 1 #3384 will update [[https://github.com/nedbat/coveragepy|coverage]] dependency, which will allow us to give [[https://coveralls.io|coveralls.io]] a spin. (Python [[https://github.com/coveralls-clients/coveralls-python|coverall]] package requires that coverage reports should be in coverage 5.0 format.)1 #3384 will update [[https://github.com/nedbat/coveragepy|coverage]] dependency, which will allow us to give [[https://coveralls.io|coveralls.io]] a spin. 2 2 3 Perhaps coveralls.io might work better for us than [[https://codecov.io|codecov.io]], which we currently use. See #3384 for some notes on why we might want to use coveralls.io. 3 Python [[https://github.com/coveralls-clients/coveralls-python|coverall]] package requires that coverage reports should be in coverage 5.0 format. Perhaps coveralls.io might work better for us than [[https://codecov.io|codecov.io]], which we currently use. 4 5 See #3384 for some notes on why we might want to use coveralls.io.