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

Commit b62d00a

Browse files
build(java): remove codecov action (#831)
Source-Author: Jeff Ching <[email protected]> Source-Date: Thu May 13 11:05:41 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1 Source-Link: googleapis/synthtool@4f4b1b9
1 parent f9c8547 commit b62d00a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.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

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
14-
"sha": "2cb8e9cf41146029f730940d13814f887112e241"
14+
"sha": "f9c85475ca802611ebb4674058a59dff933295c9"
1515
}
1616
},
1717
{
@@ -26,7 +26,7 @@
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "046994f491c02806aea60118e214a9edd67f5ab7"
29+
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)