From d213dd6630e5f292f6e6cf6a0dcdfea8e841f53e Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:40:22 -0700 Subject: [PATCH] ci: remove unnecessary codecov.yml --- Makefile | 2 +- codecov.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 codecov.yml diff --git a/Makefile b/Makefile index e380d0a..3d52e68 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: test format clean serve_docs test: - python3 -m pytest --cov-report xml --cov=src/manta test/ + python3 -m pytest --cov-report xml --cov=src/manta format: python3 -m ruff check --select I --fix diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index e8db153..0000000 --- a/codecov.yml +++ /dev/null @@ -1,2 +0,0 @@ -ignore: - - "test/"