diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba9a7d525e..4885f67d70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,16 +36,6 @@ jobs: uses: codecov/gha-workflows/.github/workflows/codecov-startup.yml@v1.2.26 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/run-ats.yml@v1.2.21 - # 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] diff --git a/Makefile b/Makefile index 0195b97463..d820604fb5 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/codecov.yml b/codecov.yml index 029ddec033..ea8787240f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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 diff --git a/codecov_cli.yml b/codecov_cli.yml deleted file mode 100644 index 36c8a8e10a..0000000000 --- a/codecov_cli.yml +++ /dev/null @@ -1,4 +0,0 @@ -cli: - plugins: - pycoverage: - report_type: "json"