✏️ Fix contributing instructions to run tests, update script name (#634)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
PookieBuns 2023-10-23 12:21:38 -07:00 committed by GitHub
parent 30d2b30217
commit 376603efb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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>