fix coverage?
This commit is contained in:
parent
ed86fd9f77
commit
4abdb69f23
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
run: npx turbo run build test lint bundle
|
run: npx turbo run build test lint bundle
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
name: Build, check, coverage
|
name: Coverage
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"coverage:ts:local": "yarn clean && yarn build && nyc --reporter=lcov yarn test:ts",
|
"coverage:ts:local": "yarn clean && yarn build && nyc --reporter=lcov yarn test:ts",
|
||||||
"coverage:rescript": "yarn clean && BISECT_ENABLE=yes yarn build:rescript && yarn test:rescript && bisect-ppx-report send-to Codecov",
|
"coverage:rescript": "yarn clean && BISECT_ENABLE=yes yarn build:rescript && yarn test:rescript && bisect-ppx-report send-to Codecov",
|
||||||
"coverage:ts": "yarn coverage:ts:local && codecov",
|
"coverage:ts": "yarn coverage:ts:local && codecov",
|
||||||
"coverage": "yarn coverage:rescript && yarn coverage:ts",
|
"coverage": "yarn coverage:ts && yarn coverage:rescript",
|
||||||
"coverage:local": "yarn coverage:rescript:local && yarn coverage:ts:local",
|
"coverage:local": "yarn coverage:rescript:local && yarn coverage:ts:local",
|
||||||
"lint:rescript": "./lint.sh",
|
"lint:rescript": "./lint.sh",
|
||||||
"lint:prettier": "prettier --check .",
|
"lint:prettier": "prettier --check .",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user