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 72d633d commit 8c1aeccCopy full SHA for 8c1aecc
.github/workflows/test.yml
@@ -38,3 +38,8 @@ jobs:
38
run: |
39
deno task test
40
timeout-minutes: 5
41
+ - run: |
42
+ deno coverage --unstable .coverage --lcov > coverage.lcov
43
+ - uses: codecov/codecov-action@v1
44
+ with:
45
+ file: ./coverage.lcov
0 commit comments