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 ce962cb commit 672410bCopy full SHA for 672410b
.github/workflows/build.yml
@@ -25,7 +25,10 @@ jobs:
25
run: npm run build
26
- name: test
27
if: ${{ always() }}
28
- run: npm run test
+ run: npm run test -- --coverage
29
+ - name: Codecov
30
+ if: steps.test.outcome == 'success'
31
+ uses: codecov/codecov-action@v2
32
- name: lint
33
34
run: npm run lint
.github/workflows/release.yml
@@ -32,7 +32,10 @@ jobs:
35
36
37
38
39
40
41
0 commit comments