Skip to content

Commit

Permalink
✏️ Fix contributing instructions to run tests, update script name (#634)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
PookieBuns and tiangolo authored Oct 23, 2023
1 parent 30d2b30 commit 376603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 376603e

Please sign in to comment.