mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Add jacocoRootReport task
This commit is contained in:
parent
5c522ddb29
commit
4dbb4311ad
2 changed files with 7 additions and 4 deletions
|
@ -21,6 +21,5 @@ script: gradle check --stacktrace
|
|||
after_success:
|
||||
- JAVAC_VERSION=$((javac -version) 2>&1)
|
||||
# Only run jacocoRootReport in the Java 8 build
|
||||
# - if [[ "$JAVAC_VERSION" = javac\ 1.8.* ]]; then gradle jacocoRootReport coveralls; fi
|
||||
- if [[ "$JAVAC_VERSION" = javac\ 1.8.* ]]; then gradle jacocoTestReport coveralls; fi
|
||||
- if [[ "$JAVAC_VERSION" = javac\ 1.8.* ]]; then gradle jacocoRootReport coveralls; fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue