Skip to content

Commit 3cd7df6

Browse files
author
Christopher Dierkens
committed
add back in codecov
1 parent 1efdc53 commit 3cd7df6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,19 @@ 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
58+
- name: Codecov
59+
run: yarn codecov

0 commit comments

Comments
 (0)