Skip to content

Commit 8c1aecc

Browse files
committed
☕ Use Codecov to check coverage
1 parent 72d633d commit 8c1aecc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ jobs:
3838
run: |
3939
deno task test
4040
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

Comments
 (0)