Skip to content

Commit

Permalink
build: remove codecov action (#222)
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 committed May 12, 2021
1 parent 6592428 commit c15947f
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
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
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/teeny-request.git",
"sha": "cc715193925dfa4bfe3d31e6b5eec4a6a849912a"
"sha": "6592428fe73864b08b8a025c26f2b3691c9b0512"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e6f3d54be015a394b6ab5a25903ec09062a2b424"
"sha": "b891fb474173f810051a7fdb0d66915e0a9bc82f"
}
}
]
Expand Down

0 comments on commit c15947f

Please sign in to comment.