File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 path : ~/.cache/bazel/*/*/*/gapic_generator_java/bazel-out/*/testlogs/*
5959 retention-days : 5
6060
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+
6173 - name : Generate Code Coverage Report
6274 # Run only test targets, and not golden_update targets.
6375 run : bazel coverage $(bazel query "src/test/..." | grep "Test$") --combined_report=lcov
6880 name : actions ${{ matrix.java }}
6981 files : ./bazel-out/_coverage/_coverage_report.dat
7082
71- - name : Java Linter
72- run : bazel --batch build //:google_java_format_verification
73-
7483 license-header :
7584 runs-on : ubuntu-latest
7685 steps :
You can’t perform that action at this time.
0 commit comments