We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a4f70 commit 9126dc7Copy full SHA for 9126dc7
.github/workflows/verifications.yml
@@ -53,3 +53,8 @@ jobs:
53
54
- name: Run tests
55
run: npm run test:ci
56
+
57
+ - name: Upload coverage reports to Codecov
58
+ uses: codecov/codecov-action@v3
59
+ env:
60
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments