From 1f9f8a090036d796bf9ad9164d4bb4545231bb64 Mon Sep 17 00:00:00 2001
From: David Shrewsbury <dshrewsb@redhat.com>
Date: Tue, 30 Apr 2024 13:34:16 -0400
Subject: [PATCH] Remove CodeCov upload from CI

---
 .github/codecov.yml      | 10 ----------
 .github/workflows/ci.yml | 16 ----------------
 2 files changed, 26 deletions(-)
 delete mode 100644 .github/codecov.yml

diff --git a/.github/codecov.yml b/.github/codecov.yml
deleted file mode 100644
index ddfada158..000000000
--- a/.github/codecov.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-coverage:
-  status:
-    project:
-      default:
-        target: auto
-        informational: true
-    patch:
-      default:
-        target: 80%
-        informational: true
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 635ed2ccf..dbfd5ab35 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -98,14 +98,6 @@ jobs:
         run: |
           RUNNER_TEST_IMAGE_NAME=ansible-runner-gha${{ github.run_id }}-event-test tox
 
-      - name: Upload coverage report
-        uses: codecov/codecov-action@v3
-        with:
-          files: test/coverage/reports/coverage.xml
-          flags: ${{ matrix.py_version.tox_env }}
-          fail_ci_if_error: true
-          verbose: true
-
 
   unit:
     name: Unit - ${{ matrix.py_version.name}}
@@ -149,11 +141,3 @@ jobs:
 
       - name: Run tests
         run: tox
-
-      - name: Upload coverage report
-        uses: codecov/codecov-action@v3
-        with:
-          files: test/coverage/reports/coverage.xml
-          flags: ${{ matrix.py_version.tox_env }}
-          fail_ci_if_error: true
-          verbose: true