Skip to content

Commit 14212d6

Browse files
committed
chore: add codecov
1 parent 98f6142 commit 14212d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
install-cached-deps:
1010
runs-on: ubuntu-latest
11-
name: Install and Cache dependencies
11+
name: Install and Cache deps
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
@@ -99,3 +99,6 @@ jobs:
9999

100100
- name: Build website
101101
run: yarn --cwd website build
102+
103+
- name: Upload coverage to Codecov
104+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)