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

Commit

Permalink
deps: remove codecov.io (#1354)
Browse files Browse the repository at this point in the history
* deps: remove codecov.io

@vam-google

* remove codecov
  • Loading branch information
elharo committed Apr 29, 2021
1 parent 52e39f8 commit 06a53ac
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 34 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yaml
Expand Up @@ -19,10 +19,7 @@ jobs:
- run: .kokoro/build.sh
env:
JOB_TYPE: test
- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions ${{ matrix.java }}

bazel:
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis-bazel:20210105
Expand Down Expand Up @@ -65,11 +62,6 @@ jobs:
path: ~/.cache/bazel/*/*/*/gax-java/bazel-out/*/testlogs/*
retention-days: 5

- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions bazel

linkage-monitor:
runs-on: ubuntu-latest
strategy:
Expand Down
5 changes: 0 additions & 5 deletions .kokoro/build.sh
Expand Up @@ -25,8 +25,3 @@ echo $JOB_TYPE

./gradlew assemble
./gradlew build install

if [ "${REPORT_COVERAGE}" == "true" ]
then
bash ${KOKORO_GFILE_DIR}/codecov.sh
fi
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,6 @@ Google API Extensions for Java

[![Build Status](https://travis-ci.org/googleapis/gax-java.svg?branch=master)](https://travis-ci.org/googleapis/gax-java)

[![Code Coverage](https://img.shields.io/codecov/c/github/googleapis/gax-java.svg)](https://codecov.io/github/googleapis/gax-java)

- [Documentation](https://googleapis.dev/java/gax/latest/)

Google API Extensions for Java (GAX Java) is a library which aids in the
Expand Down
18 changes: 0 additions & 18 deletions codecov.yml

This file was deleted.

0 comments on commit 06a53ac

Please sign in to comment.