Skip to content

Commit

Permalink
ref: removed coverage from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Monta authored and Monta committed Sep 20, 2024
1 parent 4dd22e1 commit 966173c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ jobs:
docker compose -f docker-compose.dev.tests.opensearch.yml logs
docker compose -f docker-compose.dev.tests.opensearch.yml run -e NODE_OPTIONS=--unhandled-rejections=warn -e SEARCH_DRIVER=opensearch -e DB_DRIVER=postgres -e PUBSUB_TYPE=local node npm run test:all
docker compose -f docker-compose.dev.tests.opensearch.yml down
- name: coverage
uses: adRise/jest-cov-reporter@e13d7638888cad7788298f4022b203b31a10c7c8
with:
branch-coverage-report-path: ./tdrive/coverage/coverage-summary.json
base-coverage-report-path: ./tdrive/coverage/coverage-summary.json
delta: 0.3
fullCoverageDiff: true
build-frontend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 966173c

Please sign in to comment.