]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Fix contributing instructions to run tests, update script name (#634)
authorPookieBuns <83051474+PookieBuns@users.noreply.github.com>
Mon, 23 Oct 2023 19:21:38 +0000 (12:21 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 19:21:38 +0000 (19:21 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/contributing.md

index 1cd62d42dcfb5b273280b8775b845418105bc6a6..217ed61c561c3fd5cb76acca42ce331db95cbbdd 100644 (file)
@@ -112,7 +112,7 @@ There is a script that you can run locally to test all the code and generate cov
 <div class="termy">
 
 ```console
-$ bash scripts/test-cov-html.sh
+$ bash scripts/test.sh
 ```
 
 </div>