Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 06a53ac

Browse files
authored
deps: remove codecov.io (#1354)
* deps: remove codecov.io @vam-google * remove codecov
1 parent 52e39f8 commit 06a53ac

File tree

4 files changed

+1
-34
lines changed

4 files changed

+1
-34
lines changed

.github/workflows/ci.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
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
@@ -65,11 +62,6 @@ jobs:
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:

.kokoro/build.sh

-5
Original file line numberDiff line numberDiff 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

README.md

-2
Original file line numberDiff line numberDiff 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

108
Google API Extensions for Java (GAX Java) is a library which aids in the

codecov.yml

-18
This file was deleted.

0 commit comments

Comments
 (0)