diff --git a/.github/codecov.yml b/.github/codecov.yml
deleted file mode 100644
index ddfada15..00000000
--- 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 635ed2cc..dbfd5ab3 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