update vocab

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-04-20 14:34:26 +02:00
parent eb35e81128
commit 9ed45248b9
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -10,6 +10,7 @@ Chai
Changesets
Chanwit
Cloudformation
Cobertura
Codecov
Codehilite
Config
@@ -34,6 +35,7 @@ Hackathons
Heroku
Hostname
Iain
JaCoCo
JavaScript
Kaewkasi
Knex
@@ -78,6 +80,7 @@ Tolerations
WWW
Weaveworks
Webpack
XML
Zalando
Zhou
abc
+4 -4
View File
@@ -20,9 +20,9 @@ Note: It may be required to set the [`backstage.io/source-location` annotation](
## API
### Adding cobertura report
### Adding a Cobertura report
POST a cobertura xml to `/report`
POST a Cobertura XML file to `/report`
Example:
@@ -38,9 +38,9 @@ Example:
}
```
### Adding jacoco report
### Adding a JaCoCo report
POST a jacoco xml to `/report`
POST a JaCoCo XML file to `/report`
Example: