Add coveralls report to CI build

pull/284/head
Mahmoud Ben Hassine 5 years ago
parent 0b04431ee6
commit 68a509e3b3
No known key found for this signature in database
GPG Key ID: 79FCFB0A184E0036

@ -17,4 +17,6 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn clean package
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: mvn -DrepoToken=$COVERALLS_TOKEN clean package cobertura:cobertura coveralls:report

Loading…
Cancel
Save