Skip to content

Commit 701ee32

Browse files
committed
docs: Update package location in repository
- Add directory field to repository info in package.json to reflect the package's location within the monorepo - Update image label to describe image content more accurately Fixes: #496
1 parent da112fd commit 701ee32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/middleware-code-coverage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ npm install @ui5/middleware-code-coverage --save-dev
135135
4. Open "http://localhost:8080/test/unit/unitTests.qunit.html?coverage" in a browser of your choice
136136

137137
5. Check the code coverage
138-
![UI5 logo](./docs/images/sample-app-coverage-data.png)
138+
![Sample for analyzing code coverage](./docs/images/sample-app-coverage-data.png)
139139

140140
### Configuration
141141

packages/middleware-code-coverage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"license": "Apache-2.0",
2121
"repository": {
2222
"type": "git",
23-
"url": "[email protected]:UI5/cli-extensions.git"
23+
"url": "[email protected]:UI5/cli-extensions.git",
24+
"directory": "packages/middleware-code-coverage"
2425
},
2526
"type": "module",
2627
"files": [

0 commit comments

Comments
 (0)