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

Commit

Permalink
remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Apr 28, 2021
1 parent c62d923 commit 698ee17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
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
18 changes: 0 additions & 18 deletions codecov.yml

This file was deleted.

0 comments on commit 698ee17

Please sign in to comment.