chore: exclude generated script from coverage report (#4886)

This commit is contained in:
Yoshiya Hinosawa 2024-05-29 20:02:37 +09:00 committed by GitHub
parent 673c436739
commit 1cf5b411b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,8 +65,9 @@
"typos": "typos -c ./.github/workflows/typos.toml",
"build:crypto": "deno task --cwd crypto/_wasm wasmbuild",
"wasmbuild": "deno run -A jsr:@deno/wasmbuild@0.17.1 --js-ext mjs --sync",
"cov:gen": "deno coverage coverage --lcov --output=cov.lcov",
"cov:view": "deno coverage --html coverage",
"cov": "deno coverage --ignore=\"**/*.generated.mjs\"",
"cov:gen": "deno task cov --lcov --output=cov.lcov",
"cov:view": "deno task cov --html",
"ok": "deno task lint && deno fmt --check && deno task test:browser && deno task test"
},
"exclude": [