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

deps: remove codecov.io #1354

Merged
merged 2 commits into from
Apr 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.