Skip to content

Commit

Permalink
chore: fix coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 18, 2024
1 parent 185d6dd commit 5cc7860
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"__lint:fix": "prettier --cache --write .",
"__quality": "yarn docker composer quality",
"__quality:fix": "yarn docker composer quality:fix",
"__test:coverage": "yarn test:unit:coverage",
"__test:coverage": "yarn docker composer test:unit:coverage",
"__test:integration": "yarn docker composer test:integration",
"__test:unit": "yarn docker composer test:unit",
"analyse": "nx run @myparcel/php-pdk:__analyse",
Expand Down Expand Up @@ -180,6 +180,9 @@
"inputs": [
"!{workspaceRoot}/tests/Integration/**/*",
"test"
],
"outputs": [
"{workspaceRoot}/clover.xml"
]
},
"__test:integration": {
Expand Down

0 comments on commit 5cc7860

Please sign in to comment.