ci: remove unnecessary codecov.yml
This commit is contained in:
parent
63efac4e92
commit
77b329438a
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
.PHONY: test format clean serve_docs
|
.PHONY: test format clean serve_docs
|
||||||
test:
|
test:
|
||||||
python3 -m pytest --cov-report xml --cov=src/manta test/
|
python3 -m pytest --cov-report xml --cov=src/manta
|
||||||
|
|
||||||
format:
|
format:
|
||||||
python3 -m ruff check --select I --fix
|
python3 -m ruff check --select I --fix
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
ignore:
|
|
||||||
- "test/"
|
|
||||||
Loading…
Reference in New Issue