From fea318f570efc3186c8b57f25184e3dba13e4eb2 Mon Sep 17 00:00:00 2001
From: Paul Hobson <phobson@herrerainc.com>
Date: Mon, 16 Dec 2024 18:52:02 -0800
Subject: [PATCH] codecov deactivated

---
 .github/workflows/lint_and_test.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml
index db0759e..edabf60 100644
--- a/.github/workflows/lint_and_test.yml
+++ b/.github/workflows/lint_and_test.yml
@@ -95,10 +95,10 @@ jobs:
           python -m pip install --upgrade pip
           pip install .[dev]
           coverage run -m pytest --doctest-modules --cov-report=xml
-      - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v1
-        with:
-          flags: unittests
-          name: codecov-umbrella
-          fail_ci_if_error: true
-          path_to_write_report: ./codecov_report.gz
+      # - name: Upload coverage to Codecov
+      #   uses: codecov/codecov-action@v1
+      #   with:
+      #     flags: unittests
+      #     name: codecov-umbrella
+      #     fail_ci_if_error: true
+      #     path_to_write_report: ./codecov_report.gz