Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 Add pre-commit CI config #394

Merged
merged 11 commits into from
May 12, 2022
Prev Previous commit
Next Next commit
🍻 Add garbage to make pre-commit fix it and ensure it works
  • Loading branch information
tiangolo committed May 12, 2022
commit 6bfee36df6a449a5ee800664a4289199c6060bc7
4 changes: 4 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,7 @@ $ bash scripts/test-cov-html.sh
</div>

This command generates a directory `./htmlcov/`, if you open the file `./htmlcov/index.html` in your browser, you can explore interactively the regions of code that are covered by the tests, and notice if there is any region missing.