We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d6f4f commit f181767Copy full SHA for f181767
2 files changed
.circleci/config.yml
@@ -397,10 +397,13 @@ jobs:
397
validate_delta_coverage:
398
docker:
399
- image: cimg/openjdk:11.0
400
+ environment:
401
+ skipIntegrationTest: true
402
steps:
403
+ - setup_remote_docker
404
- install_common
405
- checkout
- - run: ./gradlew deltaCoverage
406
+ - run: ./gradlew --info deltaCoverage
407
408
# ensures we can build and install deb packages
409
deb_build_install:
build.gradle
@@ -96,7 +96,7 @@ allprojects {
96
97
deltaCoverageReport {
98
diffSource {
99
- git.compareWith("refs/remotes/upstream/trunk")
+ git.compareWith("refs/remotes/origin/trunk")
100
git.useNativeGit.set(true)
101
}
102
0 commit comments