ci: remove unnecessary codecov.yml

This commit is contained in:
Fischer Moseley 2024-11-29 10:40:22 -07:00
parent 07e78933b8
commit d213dd6630
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -1,2 +0,0 @@
ignore:
- "test/"