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

Commit

Permalink
chore: remove codecov (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed May 13, 2021
1 parent a0c656a commit 81cd081
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -23,10 +23,6 @@ jobs:
run: ./gradlew test
- name: Gradle Build
run: ./gradlew build install
- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions ${{ matrix.java }}
format:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .kokoro/build.sh
Expand Up @@ -23,5 +23,3 @@ echo $JOB_TYPE

./gradlew assemble
./gradlew build install

bash $KOKORO_GFILE_DIR/codecov.sh
8 changes: 0 additions & 8 deletions .kokoro/presubmit/common.cfg
Expand Up @@ -24,11 +24,3 @@ env_vars: {
value: "test"
}

before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "dpebot_codecov_token"
}
}
}
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,6 @@ API Common for Java

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

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

- [Documentation](https://googleapis.dev/java/api-common/latest/index.html)

API Common for Java is a library for foundational types relating to Google
Expand Down
4 changes: 0 additions & 4 deletions codecov.yaml

This file was deleted.

0 comments on commit 81cd081

Please sign in to comment.