Skip to content

Commit

Permalink
ci: add coverage to ci test command
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Oct 11, 2024
1 parent 8509ddd commit 5af8367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export AWS_REGION="ap-southeast-1"
export AWS_ACCOUNT_NUMBER="random"

# DataDog
export DD_ENV="local"
export DD_ENV="ci"
export DD_SERVICE="isomer"
export DD_TAGS="service:isomer"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
DD_SERVICE: isomer
DD_API_KEY: ${{ secrets.DD_API_KEY }}
DD_CIVISIBILITY_AUTO_INSTRUMENTATION_PROVIDER: github
run: . .env.test && npx jest --runInBand
run: . .env.test && npx jest -- --runInBand --coverage

gatekeep:
name: Determine if Build & Deploy is needed
Expand Down

0 comments on commit 5af8367

Please sign in to comment.