From a9ee3097d9fbe635fb8ef80eceff792c1b767cab Mon Sep 17 00:00:00 2001 From: aaravm Date: Thu, 11 Jul 2024 15:02:37 +0530 Subject: [PATCH] sorcery-ai suggestion --- README.md | 4 ++-- build-models.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6db902b..ea044b1 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Once you have installed Funnel, you can run the tests. This will automatically r ``` bash ./run-tests.sh ``` -or, you can run using cargo nextest using +or, you can run using: ``` cargo nextest run ``` -For checking the unit converage, you can run: +For checking the unit coverage, you can run: ``` cargo llvm-cov nextest ``` diff --git a/build-models.sh b/build-models.sh index ec122d0..58b9dbe 100755 --- a/build-models.sh +++ b/build-models.sh @@ -1,6 +1,8 @@ # Exit immediately if a command exits with a non-zero status. set -e +set -u + # Ensure the OpenAPI Generator JAR file is set up mkdir -p ~/bin/openapitools OPENAPI_GENERATOR_JAR=~/bin/openapitools/openapi-generator-cli.jar