We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed22cd3 commit cccccc1Copy full SHA for cccccc1
.github/workflows/ci.yml
@@ -21,3 +21,7 @@ jobs:
21
22
- name: Run tests
23
run: yarn run test
24
+
25
+ - name: Upload reports
26
+ run: npx codecov
27
0 commit comments