Skip to content

Commit 10db2d5

Browse files
author
Christopher Dierkens
committed
move codecov into test job
1 parent 3cd7df6 commit 10db2d5

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,5 @@ jobs:
4141
- name: Test IE
4242
if: ${{ matrix.os == 'windows-latest' }}
4343
run: yarn test-ie
44-
45-
codecov:
46-
runs-on: ubuntu-latest
47-
steps:
48-
- name: Checkout
49-
uses: actions/checkout@v2
50-
- name: Setup node
51-
uses: actions/setup-node@v2
52-
with:
53-
node-version: 14
54-
- name: Install Dependencies
55-
run: yarn install --frozen-lockfile
56-
- name: Test
57-
run: yarn test
5844
- name: Codecov
5945
run: yarn codecov

0 commit comments

Comments
 (0)