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

Commit

Permalink
build: remove codecov action
Browse files Browse the repository at this point in the history
Source-Author: Benjamin E. Coe <bencoe@google.com>
Source-Date: Tue May 11 17:35:28 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: b891fb474173f810051a7fdb0d66915e0a9bc82f
Source-Link: googleapis/synthtool@b891fb4
  • Loading branch information
yoshi-automation authored and Takashi Matsuo committed May 21, 2021
1 parent 7119ace commit 736775b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
- run: rm -rf node_modules
- run: npm install
- run: npm test
- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions ${{ matrix.node }}
fail_ci_if_error: false
windows:
runs-on: windows-latest
steps:
Expand All @@ -38,11 +33,6 @@ jobs:
node-version: 14
- run: npm install
- run: npm test
- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions windows
fail_ci_if_error: false
lint:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-compute.git",
"sha": "bec9dac6a1ebe91921dc4ed5c7f124ae19bde504"
"sha": "75c446ab50b3de0e3d8eb1c0ef5a317e7dbf4fcb"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e6f3d54be015a394b6ab5a25903ec09062a2b424"
"sha": "b891fb474173f810051a7fdb0d66915e0a9bc82f"
}
}
]
Expand Down

0 comments on commit 736775b

Please sign in to comment.