Skip to content

Commit 0f393cc

Browse files
committed
failed
1 parent 49c465c commit 0f393cc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ jobs:
2424
run: chmod +x gradlew
2525
- name: Build with Gradle
2626
run: ./gradlew build
27-
- name: Codecov
28-
uses: codecov/[email protected]
29-

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ group 'io.visual-regression-tracker.sdk-java'
22
version '1.3.0'
33

44
apply plugin: 'java'
5-
apply plugin: 'jacoco'
65
apply plugin: "io.freefair.lombok"
76
apply plugin: "com.github.johnrengelman.shadow"
87

src/test/java/io/visual_regression_tracker/sdk_java/VisualRegressionTrackerTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,9 @@ public void shouldTrackOverload() throws IOException {
170170

171171
Mockito.verify(vrtMocked, Mockito.times(1)).track(Mockito.anyString(), Mockito.anyString(), Mockito.any(TestRunOptions.class));
172172
}
173+
174+
@Test
175+
public void faled(){
176+
MatcherAssert.assertThat(false, CoreMatchers.is(true));
177+
}
173178
}

0 commit comments

Comments
 (0)