mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-09 19:46:41 +03:00
Updated script.
This commit is contained in:
parent
9c2a127703
commit
3f5b7f6649
@ -4,12 +4,10 @@ container:
|
||||
testCoverage_task:
|
||||
gradle_cache:
|
||||
folder: ~/.gradle/caches
|
||||
testCoverage_script: gradle jacocoTestReport
|
||||
testCoverage_script: gradle jacocoTestReport && bash <(curl -s https://codecov.io/bash)
|
||||
cleanup_before_cache_script:
|
||||
- rm -rf ~/.gradle/caches/$GRADLE_VERSION/
|
||||
- rm -rf ~/.gradle/caches/transforms-1
|
||||
- rm -rf ~/.gradle/caches/journal-1
|
||||
- rm -rf ~/.gradle/caches/jars-3/*/buildSrc.jar
|
||||
- find ~/.gradle/caches/ -name "*.lock" -type f -delete
|
||||
always:
|
||||
sendCoverageStatistics: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user