Skip to content

Commit

Permalink
[buildkite] Pause coverage reporting in buildkite pipeline tests (#4314)
Browse files Browse the repository at this point in the history
* pause code coverage in makefile for unit test, big unit test, integration

* set SKIP_CODECOV variable to true

* try setting SKIP_CODECOV directly above the if check

* export SKIP_CODECOV

* only export SKIP_CODECOV once

* brute force, delete the lines that are uploading coverage

* add env to just integration dbnode recently read test in pipeline

* revert

* add extra line

* add SKIP_CODECOV=true into doc-docker-compose.yml

* add SKIP_CODECOV to docker-compose for docker container app only
  • Loading branch information
kentzeng12 authored Dec 20, 2024
1 parent cde168d commit b8889f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ services:
- SPLIT_IDX
- TOTAL_SPLITS
- GOPATH=/go
- SKIP_CODECOV=true

0 comments on commit b8889f7

Please sign in to comment.