fix coverage?

This commit is contained in:
Vyacheslav Matyukhin 2022-10-08 19:24:12 +04:00
parent ed86fd9f77
commit 4abdb69f23
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 .",