We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c1665 commit 571842cCopy full SHA for 571842c
bin/docker-run
@@ -10,7 +10,7 @@ if [ -z "$OPENAI_API_KEY" ]; then
10
fi
11
12
# Default values
13
-SIMULATION_NAME="summer_vacation"
+SIMULATION_NAME="gift_choice"
14
IMAGE_TAG="latest"
15
HOST_PORT=""
16
REDIS_HOST="${REDIS_HOST:-host.docker.internal}"
jest.config.js
@@ -23,10 +23,10 @@ module.exports = {
23
],
24
coverageThreshold: {
25
global: {
26
- branches: 60,
27
- functions: 60,
28
- lines: 60,
29
- statements: 60,
+ branches: 30,
+ functions: 20,
+ lines: 50,
+ statements: 55,
30
},
31
32
coverageDirectory: 'coverage',
0 commit comments