Run coveralls
parent
ab925619d6
commit
c52e8c4773
|
|
@ -44,3 +44,5 @@ jobs:
|
||||||
- name: Test with tox for non Jython only
|
- name: Test with tox for non Jython only
|
||||||
if: ${{ ! matrix.jython }}
|
if: ${{ ! matrix.jython }}
|
||||||
run: tox
|
run: tox
|
||||||
|
- name: Run coveralls
|
||||||
|
run: coveralls
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue