Skip to content

Commit

Permalink
build(java): remove codecov action (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed May 13, 2021
1 parent bd8281a commit 4f4b1b9
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -19,10 +19,6 @@ jobs:
- run: .kokoro/build.sh
env:
JOB_TYPE: test
- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions ${{'{{matrix.java}}'}}
windows:
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -80,4 +76,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
JOB_TYPE: clirr
JOB_TYPE: clirr

0 comments on commit 4f4b1b9

Please sign in to comment.