From: PookieBuns <83051474+PookieBuns@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:21:38 +0000 (-0700) Subject: ✏️ Fix contributing instructions to run tests, update script name (#634) X-Git-Tag: 0.0.9~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376603efb2799f5b0565a7a29660601ed629d1fd;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏️ Fix contributing instructions to run tests, update script name (#634) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/contributing.md b/docs/contributing.md index 1cd62d42..217ed61c 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -112,7 +112,7 @@ There is a script that you can run locally to test all the code and generate cov
```console -$ bash scripts/test-cov-html.sh +$ bash scripts/test.sh ```