Skip to content

Commit

Permalink
ci: remove unnecessary codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermoseley committed Nov 29, 2024
1 parent 63efac4 commit 77b3294
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions codecov.yml

This file was deleted.

0 comments on commit 77b3294

Please sign in to comment.