Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Barsukou committed May 7, 2024
1 parent 7d60cef commit c958804
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 @@ -3,7 +3,7 @@ HOST = localhost

TEST_COMMAND = pytest -s -vv
COVERAGE_COMMAND = coverage run --branch --concurrency=thread,gevent -m pytest
REPORT_COVERAGE_COMMAND = coverage html
REPORT_COVERAGE_COMMAND = coverage html --show-contexts --title "mindlogger-backend-refactor coverage for ${SHA}"
EXPORT_COMMAND = python src/export_spec.py

RUFF_COMMAND = ruff
Expand Down

0 comments on commit c958804

Please sign in to comment.