This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree 4 files changed +1
-34
lines changed
4 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 19
19
- run : .kokoro/build.sh
20
20
env :
21
21
JOB_TYPE : test
22
- - name : coverage
23
- uses : codecov/codecov-action@v1
24
- with :
25
- name : actions ${{ matrix.java }}
22
+
26
23
bazel :
27
24
runs-on : ubuntu-latest
28
25
container : gcr.io/gapic-images/googleapis-bazel:20210105
65
62
path : ~/.cache/bazel/*/*/*/gax-java/bazel-out/*/testlogs/*
66
63
retention-days : 5
67
64
68
- - name : coverage
69
- uses : codecov/codecov-action@v1
70
- with :
71
- name : actions bazel
72
-
73
65
linkage-monitor :
74
66
runs-on : ubuntu-latest
75
67
strategy :
Original file line number Diff line number Diff line change @@ -25,8 +25,3 @@ echo $JOB_TYPE
25
25
26
26
./gradlew assemble
27
27
./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
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/googleapis/gax-java.svg?branch=master )] ( https://travis-ci.org/googleapis/gax-java )
5
5
6
- [ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/googleapis/gax-java.svg )] ( https://codecov.io/github/googleapis/gax-java )
7
-
8
6
- [ Documentation] ( https://googleapis.dev/java/gax/latest/ )
9
7
10
8
Google 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