From b6f9363040a81d995a17a997cfbd7c0bb0173e96 Mon Sep 17 00:00:00 2001 From: allenyuchen Date: Wed, 9 Aug 2023 20:48:19 -0500 Subject: [PATCH] Update contributing.md tests bash script file --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 1cd62d42dc..217ed61c56 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 ```