Skip to content

Commit f181767

Browse files
committed
Circle test
1 parent 46d6f4f commit f181767

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,13 @@ jobs:
397397
validate_delta_coverage:
398398
docker:
399399
- image: cimg/openjdk:11.0
400+
environment:
401+
skipIntegrationTest: true
400402
steps:
403+
- setup_remote_docker
401404
- install_common
402405
- checkout
403-
- run: ./gradlew deltaCoverage
406+
- run: ./gradlew --info deltaCoverage
404407

405408
# ensures we can build and install deb packages
406409
deb_build_install:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ allprojects {
9696

9797
deltaCoverageReport {
9898
diffSource {
99-
git.compareWith("refs/remotes/upstream/trunk")
99+
git.compareWith("refs/remotes/origin/trunk")
100100
git.useNativeGit.set(true)
101101
}
102102

0 commit comments

Comments
 (0)