Skip to content

Commit b891fb4

Browse files
author
Benjamin E. Coe
authored
build: remove codecov action (#1076)
1 parent 7c1580c commit b891fb4

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • synthtool/gcp/templates/node_library/.github/workflows

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
- run: rm -rf node_modules
2525
- run: npm install
2626
- run: npm test
27-
- name: coverage
28-
uses: codecov/codecov-action@v1
29-
with:
30-
name: actions ${{ '{{' }} matrix.node {{ '}}' }}
31-
fail_ci_if_error: false
3227
windows:
3328
runs-on: windows-latest
3429
steps:
@@ -38,11 +33,6 @@ jobs:
3833
node-version: 14
3934
- run: npm install
4035
- run: npm test
41-
- name: coverage
42-
uses: codecov/codecov-action@v1
43-
with:
44-
name: actions windows
45-
fail_ci_if_error: false
4636
lint:
4737
runs-on: ubuntu-latest
4838
steps:

0 commit comments

Comments
 (0)