Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit d2b41f9

Browse files
committed
Remove ATS-related configuration
1 parent 015b940 commit d2b41f9

File tree

4 files changed

+0
-43
lines changed

4 files changed

+0
-43
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ jobs:
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]

Makefile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -229,24 +229,6 @@ test_env.run_integration:
229229
test_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-
250232
test_env:
251233
make test_env.up
252234
make test_env.prepare

codecov.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
ignore:
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

154
codecov:
165
require_ci_to_pass: false

codecov_cli.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)