Skip to content

Commit

Permalink
sorcery-ai suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Jul 11, 2024
1 parent 816e47c commit a9ee309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 2 additions & 0 deletions build-models.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a9ee309

Please sign in to comment.