Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ jobs:
uses: codecov/gha-workflows/.github/workflows/[email protected]
secrets: inherit

# ats:
# name: ATS
# needs: [build]
# if: ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
# uses: codecov/gha-workflows/.github/workflows/[email protected]
# secrets: inherit
# with:
# repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}
# codecov_cli_upload_args: '--plugin pycoverage --plugin compress-pycoverage --flag smart-labels'
# app_container_name: api
test:
name: Test
needs: [build]
Expand Down
18 changes: 0 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,24 +229,6 @@ test_env.run_integration:
test_env.check-for-migration-conflicts:
docker-compose exec api python manage.py check_for_migration_conflicts

test_env.static_analysis:
docker-compose exec api make test_env.container_static_analysis CODECOV_STATIC_TOKEN=${CODECOV_STATIC_TOKEN}

test_env.label_analysis:
docker-compose exec api make test_env.container_label_analysis CODECOV_STATIC_TOKEN=${CODECOV_STATIC_TOKEN}

test_env.ats:
docker-compose exec api make test_env.container_ats CODECOV_UPLOAD_TOKEN=${CODECOV_UPLOAD_TOKEN}

test_env.container_static_analysis:
codecovcli -u ${CODECOV_URL} static-analysis --token=${CODECOV_STATIC_TOKEN}

test_env.container_label_analysis:
codecovcli -u ${CODECOV_URL} label-analysis --base-sha=${merge_sha} --token=${CODECOV_STATIC_TOKEN}

test_env.container_ats:
codecovcli -u ${CODECOV_URL} --codecov-yml-path=codecov_cli.yml upload-process --plugin pycoverage --plugin compress-pycoverage --flag smart-labels --fail-on-error

test_env:
make test_env.up
make test_env.prepare
Expand Down
11 changes: 0 additions & 11 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
ignore:
- "**tests**/test_*.py"
comment:
show_critical_paths: true

beta_groups:
- "labels"

flag_management:
individual_flags:
- name: "smart-labels"
carryforward: true
carryforward_mode: "labels"

codecov:
require_ci_to_pass: false
Expand Down
4 changes: 0 additions & 4 deletions codecov_cli.yml

This file was deleted.