Skip to content

Commit

Permalink
build: 📦 fix coverage cache output
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Dec 5, 2023
1 parent 049518c commit 09510bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/recipes-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"test": {
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
"outputs": ["{workspaceRoot}/coverage/apps/recipes-api"],
"options": {
"passWithNoTests": true,
"reportsDirectory": "../../coverage/apps/recipes-api"
Expand Down
2 changes: 1 addition & 1 deletion apps/whiskmate/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"test": {
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
"outputs": ["{workspaceRoot}/coverage/apps/whiskmate"],
"options": {
"passWithNoTests": true,
"reportsDirectory": "../../coverage/apps/whiskmate"
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"test": {
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
"outputs": ["{workspaceRoot}/coverage/libs/shared"],
"options": {
"passWithNoTests": true,
"reportsDirectory": "../../coverage/libs/shared"
Expand Down

0 comments on commit 09510bb

Please sign in to comment.