Skip to content

Commit 4f4b1b9

Browse files
authored
build(java): remove codecov action (#1078)
1 parent bd8281a commit 4f4b1b9

File tree

1 file changed

+1
-5
lines changed
  • synthtool/gcp/templates/java_library/.github/workflows

1 file changed

+1
-5
lines changed

synthtool/gcp/templates/java_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
- run: .kokoro/build.sh
2020
env:
2121
JOB_TYPE: test
22-
- name: coverage
23-
uses: codecov/codecov-action@v1
24-
with:
25-
name: actions ${{'{{matrix.java}}'}}
2622
windows:
2723
runs-on: windows-latest
2824
steps:
@@ -80,4 +76,4 @@ jobs:
8076
- run: java -version
8177
- run: .kokoro/build.sh
8278
env:
83-
JOB_TYPE: clirr
79+
JOB_TYPE: clirr

0 commit comments

Comments
 (0)