File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 38
38
uses : gradle/actions/setup-gradle@v3
39
39
40
40
- name : Runt tests
41
- run : ./gradlew --console=verbose test
41
+ run : ./gradlew --console=verbose test -x checkstyleMain checkstyleTest
42
42
43
43
- name : Upload coverage reports to Codecov with GitHub Action
44
44
uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 48
48
run : ./gradlew --console=verbose checkstyleMain checkstyleTest
49
49
50
50
- name : Runt tests
51
- run : ./gradlew --console=verbose test
51
+ run : ./gradlew --console=verbose test -x checkstyleMain checkstyleTest
52
+
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ test/styling: dependencies
62
62
test/static : dependencies
63
63
64
64
test : env
65
- $(GRADLE ) --console=verbose clean test
65
+ $(GRADLE ) --console=verbose clean test -x checkstyleMain checkstyleTest
66
66
67
67
coverage : test
68
68
You can’t perform that action at this time.
0 commit comments