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

Commit d94609a

Browse files
committed
update reusable workflow version; use codecov actions to upload
1 parent de5e284 commit d94609a

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
test:
5050
name: Test
5151
needs: [build]
52-
uses: codecov/gha-workflows/.github/workflows/[email protected].29
52+
uses: codecov/gha-workflows/.github/workflows/[email protected].30
5353
secrets: inherit
5454
with:
55+
run_integration: false
5556
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}
5657

5758
build-self-hosted:

Makefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ test_env.install_cli:
205205

206206
test_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

211210
test_env.container_check_db:
@@ -230,20 +229,6 @@ test_env.run_integration:
230229
test_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-
247232
test_env.static_analysis:
248233
docker-compose exec api make test_env.container_static_analysis CODECOV_STATIC_TOKEN=${CODECOV_STATIC_TOKEN}
249234

0 commit comments

Comments
 (0)