We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a023ac6 commit 9996351Copy full SHA for 9996351
.github/workflows/ci.yml
@@ -35,8 +35,11 @@ jobs:
35
- name: Install dependencies
36
run: yarn
37
38
- - name: Run the tests and generate coverage report
+ - name: Run test coverage
39
run: yarn test --coverage
40
+
41
+ - name: Upload coverage to Codecov
42
+ uses: codecov/codecov-action@v1
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
0 commit comments