This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 4949 test :
5050 name : Test
5151 needs : [build]
52- uses : codecov/gha-workflows/.github/workflows/run-tests-split.yml@v1.2.29
52+ uses : codecov/gha-workflows/.github/workflows/run-tests-split.yml@matt/use-codecov-action
5353 secrets : inherit
5454 with :
55+ run_integration : false
5556 repo : ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}
5657
5758 build-self-hosted :
Original file line number Diff line number Diff line change @@ -205,7 +205,6 @@ test_env.install_cli:
205205
206206test_env.container_prepare :
207207 apt-get -y install git build-essential netcat-traditional
208- make test_env.install_cli
209208 git config --global --add safe.directory /app
210209
211210test_env.container_check_db :
@@ -230,20 +229,6 @@ test_env.run_integration:
230229test_env.check-for-migration-conflicts :
231230 docker-compose exec api python manage.py check_for_migration_conflicts
232231
233- test_env.upload :
234- docker-compose exec api make test_env.container_upload CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}
235- docker-compose exec api make test_env.container_upload_test_results CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN} CODECOV_URL=${CODECOV_URL}
236-
237- test_env.container_upload :
238- codecovcli -u ${CODECOV_URL} upload-process --flag unit-latest-uploader --flag unit \
239- --coverage-files-search-exclude-folder=graphql_api/types/** \
240- --coverage-files-search-exclude-folder=api/internal/tests/unit/views/cassetes/**
241-
242- test_env.container_upload_test_results :
243- codecovcli -u ${CODECOV_URL} do-upload --report-type " test_results" \
244- --files-search-exclude-folder=graphql_api/types/** \
245- --files-search-exclude-folder=api/internal/tests/unit/views/cassetes/** || true
246-
247232test_env.static_analysis :
248233 docker-compose exec api make test_env.container_static_analysis CODECOV_STATIC_TOKEN=${CODECOV_STATIC_TOKEN}
249234
You can’t perform that action at this time.
0 commit comments