File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4141 deno-version : ${{ env.DENO_VERSION }}
4242 - name : Test
4343 run : |
44- deno task test
44+ deno task test:coverage
4545 timeout-minutes : 5
46+ - run : |
47+ deno task coverage --lcov > coverage.lcov
48+ - uses : codecov/codecov-action@v4
49+ with :
50+ os : ${{ runner.os }}
51+ files : ./coverage.lcov
52+ token : ${{ secrets.CODECOV_TOKEN }}
4653
4754 build-npm :
4855 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66[ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/errorutil/mod.ts )
77[ ![ Test] ( https://github.com/lambdalisue/deno-errorutil/workflows/Test/badge.svg )] ( https://github.com/lambdalisue/deno-errorutil/actions?query=workflow%3ATest )
88[ ![ npm version] ( https://badge.fury.io/js/@lambdalisue%2Ferrorutil.svg )] ( https://badge.fury.io/js/@lambdalisue%2Ferrorutil )
9+ [ ![ codecov] ( https://codecov.io/gh/lambdalisue/deno-errorutil/graph/badge.svg?token=O0cA5Xj5la )] ( https://codecov.io/gh/lambdalisue/deno-errorutil )
910
1011A utility pack for handling error.
1112
You can’t perform that action at this time.
0 commit comments