1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

[gradle] Bump coveralls-gradle-plugin to 2.10.2

This should make it work with Github Actions.
This commit is contained in:
Florian Schmaus 2021-01-12 12:43:10 +01:00
parent 1bfb9f34f1
commit 9fb4a2bf4f
2 changed files with 3 additions and 1 deletions

View file

@ -83,6 +83,8 @@ jobs:
- name: Jacoco Test Coverage
if: ${{ matrix.java == 1.8 }}
run: ${PATH_TO_GRADLE} jacocoRootReport coveralls
env:
COVERALLS_REPO_TOKEN: S2ecSJja2cKJa9yv45C8ZFPohXuRrTXKd
# Upload build artifacts
- name: Upload build artifacts