Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
MaxymVlasov and webknjaz authored Jan 30, 2025
1 parent 3cb6beb commit b6bcc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ commands_post =
browse_cmd = shlex.join(("python3", "-Im", "webbrowser", html_url)); \
serve_cmd = shlex.join((\
"python3", "-Im", "http.server", \
"--directory", f"{cov_html_report_dir}", "0", \
"--directory", str(cov_html_report_dir), "0", \
)); \
print(f"\nTo open the HTML coverage report, run\n\n\
\t\{browse_cmd !s\}\n");\
Expand Down

0 comments on commit b6bcc84

Please sign in to comment.