ContentType: multipart/form-dataRequiredparams:file:Golang coverage file to parse (.out file)project-name:Name of the project (e.g. Coverage)tag:Commit tag name (e.g. branch_master)id:Commit id (e.g. ca20688)output:{"success: true", "percentage": [coverage]"}output(failure): {"success": false, "message": "Request parameter file not found"}
"/badge/commit/{commit_hash}"
ContentType: image/svg+xmlcommit_hash:Commit id (e.g ca20688)output:request svg with percentage (or unknown value svg)
"/badge/{project_name}/{project_tag}"
ContentType: image/svg+xmlproject_name:(e.g. ASUBot)tag:(e.g. branch_master)output:request svg with percentage (or unknown value svg)
Endpoints:
**"/upload/go"**
```properties
Content Type: multipart/form-data
Required params:
file: Golang coverage file to parse (.out file)
project-name: Name of the project (e.g. Coverage)
tag: Commit tag name (e.g. branch_master)
id: Commit id (e.g. ca20688)
output: {"success: true", "percentage": [coverage]"}
output (failure): {"success": false, "message": "Request parameter file not found"}
```
**"/badge/commit/{commit_hash}"**
```properties
Content Type: image/svg+xml
commit_hash: Commit id (e.g ca20688)
output: request svg with percentage (or unknown value svg)
```
**"/badge/{project_name}/{project_tag}"**
```properties
Content Type: image/svg+xml
project_name: (e.g. ASUBot)
tag: (e.g. branch_master)
output: request svg with percentage (or unknown value svg)
```
Endpoints:
"/upload/go"
"/badge/commit/{commit_hash}"
"/badge/{project_name}/{project_tag}"
Pull request successfully merged and closed
develop
can now be deleted.