Use Coveralls action and remove redundant coverage install from jython setup file

This commit is contained in:
baztian
2020-06-19 20:57:27 +02:00
parent c52e8c4773
commit d908f1f713
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -44,5 +44,7 @@ jobs:
- name: Test with tox for non Jython only
if: ${{ ! matrix.jython }}
run: tox
- name: Run coveralls
run: coveralls
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}