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 8cd8ce5 commit 82e7ea6Copy full SHA for 82e7ea6
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: build
25
run: npm run build
26
- name: test
27
+ id: test
28
if: ${{ always() }}
29
run: npm run test -- --coverage
30
- name: Codecov
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments