File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 deno-version : ${{ matrix.deno-version }}
6161
6262 - name : Check formatting, linting, license headers, types and run tests
63- run : deno task ok
63+ run : deno task validate
6464
6565 - name : Generate coverage report
6666 run : deno task test:coverage-gen
Original file line number Diff line number Diff line change 1515 "doc:generate" : " rm -rf ./docs/ && deno doc --name='eserstack' --output=./docs/ --html ./pkg/mod.ts" ,
1616 "test" : " DENO_KV_PATH=:memory: deno test --allow-sys --allow-net --allow-env --allow-read --allow-write --allow-run --parallel --watch" ,
1717 "test:run" : " DENO_KV_PATH=:memory: deno test --allow-sys --allow-net --allow-env --allow-read --allow-write --allow-run --parallel --trace-leaks --coverage=./etc/coverage/" ,
18- "test:coverage" : " deno coverage ./etc/coverage/ --exclude=' \\ .(j|t)sx$' " ,
19- "test:coverage-gen" : " deno coverage ./etc/coverage --exclude=' \\ .(j|t)sx$' -- lcov --output=./etc/coverage.lcov" ,
18+ "test:coverage" : " deno coverage ./etc/coverage/" ,
19+ "test:coverage-gen" : " deno coverage ./etc/coverage --lcov --output=./etc/coverage.lcov" ,
2020 "validate:fix" : " deno fmt && deno lint --fix && deno task script:validate-licenses && deno task check:mod && deno task test:run" ,
2121 "validate" : " deno fmt --check && deno lint && deno task script:validate-licenses --check && deno task check:mod && deno task test:run" ,
2222 "repl" : " deno repl --unstable-temporal --allow-all --eval-file=./etc/scripts/repl-init.ts" ,
You can’t perform that action at this time.
0 commit comments