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

build(java): remove codecov action #36

Merged
merged 1 commit into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(java): remove codecov action
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
  • Loading branch information
yoshi-automation committed May 13, 2021
commit 7f9db6c0c81472ff78f1c9687732539200bb6083
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-api-gateway.git",
"sha": "7d3dd4cbd14c59c18a401ee58c531ac414aade1e"
"sha": "ed42a6978e0c6b657cc276b265267fbb29042a9b"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "046994f491c02806aea60118e214a9edd67f5ab7"
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
}
}
],
Expand Down