add coveralls on CI

This commit is contained in:
2021-03-25 00:30:01 +01:00
parent 104f0fb3fc
commit b13cd5544c
3 changed files with 14 additions and 0 deletions

View File

@@ -94,6 +94,13 @@ jobs:
with:
gradle-version: 6.8
arguments: test -x testSql
- name: Coverage
uses: eskatos/gradle-command-action@v1
with:
gradle-version: 6.8
arguments: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
lint:
needs: build