File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1- # cd.yaml
2-
31name : Build and Deploy
42
53on : [push]
Original file line number Diff line number Diff line change 1- # .github/workflows/ci.yaml
2-
31name : CI
42
53on : [push, pull_request]
@@ -35,12 +33,13 @@ jobs:
3533 - name : Tests
3634 run : deno test --coverage=./cov
3735
38- - name : Generate Coverage
39- if : matrix.os == 'ubuntu-latest'
40- run : deno coverage --unstable --lcov ./cov > cov.lcov
36+ # Until denoland/deno#14397
37+ # - name: Generate Coverage
38+ # if: matrix.os == 'ubuntu-latest'
39+ # run: deno coverage --unstable --lcov ./cov > cov.lcov
4140
42- - name : Upload Coverage
43- if : matrix.os == 'ubuntu-latest'
44- uses : codecov/codecov-action@v2
45- with :
46- files : cov.lcov
41+ # - name: Upload Coverage
42+ # if: matrix.os == 'ubuntu-latest'
43+ # uses: codecov/codecov-action@v2
44+ # with:
45+ # files: cov.lcov
You can’t perform that action at this time.
0 commit comments