This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-43
lines changed Expand file tree Collapse file tree 4 files changed +0
-43
lines changed Original file line number Diff line number Diff line change 3636 uses :
codecov/gha-workflows/.github/workflows/[email protected] 3737 secrets : inherit
3838
39- # ats:
40- # name: ATS
41- # needs: [build]
42- # if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
43- # uses: codecov/gha-workflows/.github/workflows/[email protected] 44- # secrets: inherit
45- # with:
46- # repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}
47- # codecov_cli_upload_args: '--plugin pycoverage --plugin compress-pycoverage --flag smart-labels'
48- # app_container_name: api
4939 test :
5040 name : Test
5141 needs : [build]
Original file line number Diff line number Diff line change @@ -229,24 +229,6 @@ test_env.run_integration:
229229test_env.check-for-migration-conflicts :
230230 docker-compose exec api python manage.py check_for_migration_conflicts
231231
232- test_env.static_analysis :
233- docker-compose exec api make test_env.container_static_analysis CODECOV_STATIC_TOKEN=${CODECOV_STATIC_TOKEN}
234-
235- test_env.label_analysis :
236- docker-compose exec api make test_env.container_label_analysis CODECOV_STATIC_TOKEN=${CODECOV_STATIC_TOKEN}
237-
238- test_env.ats :
239- docker-compose exec api make test_env.container_ats CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN}
240-
241- test_env.container_static_analysis :
242- codecovcli -u ${CODECOV_URL} static-analysis --token=${CODECOV_STATIC_TOKEN}
243-
244- test_env.container_label_analysis :
245- codecovcli -u ${CODECOV_URL} label-analysis --base-sha=${merge_sha} --token=${CODECOV_STATIC_TOKEN}
246-
247- test_env.container_ats :
248- codecovcli -u ${CODECOV_URL} --codecov-yml-path=codecov_cli.yml upload-process --plugin pycoverage --plugin compress-pycoverage --flag smart-labels --fail-on-error
249-
250232test_env :
251233 make test_env.up
252234 make test_env.prepare
Original file line number Diff line number Diff line change 11ignore :
22 - " **tests**/test_*.py"
3- comment :
4- show_critical_paths : true
5-
6- beta_groups :
7- - " labels"
8-
9- flag_management :
10- individual_flags :
11- - name : " smart-labels"
12- carryforward : true
13- carryforward_mode : " labels"
143
154codecov :
165 require_ci_to_pass : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments