This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - run : .kokoro/build.sh
2020 env :
2121 JOB_TYPE : test
22- - name : coverage
23- uses : codecov/codecov-action@v1
24- with :
25- name : actions ${{ matrix.java }}
22+
2623 bazel :
2724 runs-on : ubuntu-latest
2825 container : gcr.io/gapic-images/googleapis-bazel:20210105
6562 path : ~/.cache/bazel/*/*/*/gax-java/bazel-out/*/testlogs/*
6663 retention-days : 5
6764
68- - name : coverage
69- uses : codecov/codecov-action@v1
70- with :
71- name : actions bazel
72-
7365 linkage-monitor :
7466 runs-on : ubuntu-latest
7567 strategy :
Original file line number Diff line number Diff line change @@ -25,8 +25,3 @@ echo $JOB_TYPE
2525
2626./gradlew assemble
2727./gradlew build install
28-
29- if [ " ${REPORT_COVERAGE} " == " true" ]
30- then
31- bash ${KOKORO_GFILE_DIR} /codecov.sh
32- fi
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ Google API Extensions for Java
33
44[ ![ Build Status] ( https://travis-ci.org/googleapis/gax-java.svg?branch=master )] ( https://travis-ci.org/googleapis/gax-java )
55
6- [ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/googleapis/gax-java.svg )] ( https://codecov.io/github/googleapis/gax-java )
7-
86- [ Documentation] ( https://googleapis.dev/java/gax/latest/ )
97
108Google API Extensions for Java (GAX Java) is a library which aids in the
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments