File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3131 - name : Check formatting, linting, license headers, types and run tests
3232 run : deno task ok
3333
34- - name : Create lcov file
35- run : deno task cov:gen
36-
3734 - name : Upload coverage
3835 uses : codecov/codecov-action@v5
3936 with :
4037 name : ${{ matrix.os }}
41- files : cov. lcov
38+ files : coverage/ lcov.info
Original file line number Diff line number Diff line change 1212 "check:license" : " deno run --allow-read --allow-write tasks/check_license.ts" ,
1313 "check:types" : " deno check main.ts && deno check dev.ts && deno check tasks/*.ts" ,
1414 "ok" : " deno fmt --check && deno lint && deno task check:license --check && deno task check:types && deno task test" ,
15- "cov:gen" : " deno coverage coverage --lcov --exclude='.tsx' --output=cov.lcov" ,
1615 "update" : " deno run -A -r https://fresh.deno.dev/update ." ,
1716 "build" : " deno run -A --unstable-kv dev.ts build" ,
1817 "preview" : " deno run -A --unstable-kv main.ts"
You can’t perform that action at this time.
0 commit comments