Skip to content

Commit

Permalink
build: remove codecov action (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored May 12, 2021
1 parent 7c1580c commit b891fb4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions synthtool/gcp/templates/node_library/.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

0 comments on commit b891fb4

Please sign in to comment.