mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-04-22 14:34:48 +02:00
Perform coveralls task after jacocoRootReport
This commit is contained in:
parent
7dc4329c52
commit
eebd02e309
1 changed files with 6 additions and 2 deletions
8
.github/workflows/gradle_push.yml
vendored
8
.github/workflows/gradle_push.yml
vendored
|
@ -28,9 +28,13 @@ jobs:
|
|||
with:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
- name: Build, Check and Coverage
|
||||
- name: Build and Check
|
||||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
||||
with:
|
||||
arguments: check jacocoRootReport
|
||||
- name: Coveralls
|
||||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
with:
|
||||
arguments: check jacocoRootReport coveralls
|
||||
arguments: coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue