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 2a84377 commit cfb1694Copy full SHA for cfb1694
.github/workflows/ci.yml
@@ -57,3 +57,8 @@ jobs:
57
58
- name: Check Docs
59
run: npm run test:docs
60
+
61
+ - name: Upload coverage to Codecov
62
+ uses: codecov/codecov-action@v3
63
+ with:
64
+ directory: ./tests/coverage
0 commit comments