From b4756a89affde371a0972d8c62143b97165e64e1 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 4 Oct 2023 12:43:20 -0600 Subject: [PATCH] Drop codecov USAGE by this package - no longer free! --- .github/workflows/dart.yml | 18 ------------------ mono_repo.yaml | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 9d5d071f..77a5a73d 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -554,12 +554,6 @@ jobs: path-to-lcov: mono_repo/coverage/lcov.info flag-name: coverage_00 parallel: true - - name: Upload coverage to codecov.io - uses: codecov/codecov-action@main - with: - files: mono_repo/coverage/lcov.info - fail_ci_if_error: true - name: coverage_00 needs: - job_001 - job_002 @@ -612,12 +606,6 @@ jobs: path-to-lcov: mono_repo/coverage/lcov.info flag-name: coverage_01 parallel: true - - name: Upload coverage to codecov.io - uses: codecov/codecov-action@main - with: - files: mono_repo/coverage/lcov.info - fail_ci_if_error: true - name: coverage_01 needs: - job_001 - job_002 @@ -713,12 +701,6 @@ jobs: path-to-lcov: test_pkg/coverage/lcov.info flag-name: coverage_02 parallel: true - - name: Upload coverage to codecov.io - uses: codecov/codecov-action@main - with: - files: test_pkg/coverage/lcov.info - fail_ci_if_error: true - name: coverage_02 needs: - job_001 - job_002 diff --git a/mono_repo.yaml b/mono_repo.yaml index b116e0d3..21d0fbfa 100644 --- a/mono_repo.yaml +++ b/mono_repo.yaml @@ -4,7 +4,7 @@ merge_stages: coverage_service: - coveralls -- codecov +#- codecov - dropping because it's no longer free! github: # Setting just `cron` keeps the defaults for `push` and `pull_request`