File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 58
58
path : ~/.cache/bazel/*/*/*/gapic_generator_java/bazel-out/*/testlogs/*
59
59
retention-days : 5
60
60
61
+ - name : Java Linter
62
+ run : bazel --batch build //:google_java_format_verification
63
+
64
+ coverage :
65
+ runs-on : ubuntu-latest
66
+ steps :
67
+ - uses : actions/checkout@v2
68
+ - uses : actions/setup-go@v2
69
+ with :
70
+ java-version : 8
71
+ - run : java -version
72
+
61
73
- name : Generate Code Coverage Report
62
74
# Run only test targets, and not golden_update targets.
63
75
run : bazel coverage $(bazel query "src/test/..." | grep "Test$") --combined_report=lcov
68
80
name : actions ${{ matrix.java }}
69
81
files : ./bazel-out/_coverage/_coverage_report.dat
70
82
71
- - name : Java Linter
72
- run : bazel --batch build //:google_java_format_verification
73
-
74
83
license-header :
75
84
runs-on : ubuntu-latest
76
85
steps :
You can’t perform that action at this time.
0 commit comments