Enable Py2 test coverage (#3698)
* Enable Py2 test coverage * Coverage - exclude XRay as it's throwing errors * Update requirements-tests.txt * Revert "Coverage - exclude XRay as it's throwing errors" This reverts commit bb58e0ef847301af034bee5992966a0474c19f9a. * Enable coverage for all workflows
This commit is contained in:
parent
cb6606f3f3
commit
afdab66218
3 changed files with 8 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
codecov:
|
||||
notify:
|
||||
# Leave a GitHub comment after all Py3 builds have passed
|
||||
after_n_builds: 6
|
||||
# Leave a GitHub comment after all builds have passed
|
||||
after_n_builds: 8
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue