ci: remove unnecessary codecov.yml
This commit is contained in:
parent
07e78933b8
commit
d213dd6630
2
Makefile
2
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
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
ignore:
|
||||
- "test/"
|
||||
Loading…
Reference in New Issue