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 c36483d commit 4aca956Copy full SHA for 4aca956
.github/workflows/ci.yml
@@ -52,3 +52,6 @@ jobs:
52
with:
53
deno-version: ${{ matrix.deno }}
54
- run: make coverage/lcov
55
+ - uses: codecov/codecov-action@v2
56
+ with:
57
+ files: ./coverage/
0 commit comments