Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
feat: Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent aaf8886 commit 7c6d922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ formatting: polish-codestyle
#* Linting
.PHONY: test
test:
$(TEST_COMMAND)
if [ ! -d "tests/" ]; then\n echo "Error: 'tests/' directory not found!"\n exit 1\n fi\n $(TEST_COMMAND)
poetry run coverage-badge -o assets/images/coverage.svg -f

.PHONY: check-codestyle
Expand Down

0 comments on commit 7c6d922

Please sign in to comment.