Decathlon / Decathlon/ara

Make the Coverage API more understandable and easier to use

Open
#250 0 comments 0 reactions 0 assignees View on GitHub
Feature Request
Dominant language
Java
Stars
80
Forks
17
PR merge metrics
No merged PRs in 30d

Description

**What it's the actual situation on ARA ?**
I wanted to use the api /functionalities/coverage to retrieve information about the coverage in my team.
The response is not user-friendly and it's hard to know how datas are used to build the hmi

**Describe the solution you'd like**
A response more friendly. something like (it's just an example)
{"teams": "15,
"severity" : "High",
"coverage" : {
"Covered" : 3,
"Ignored" : 4,
......},
{"teams": "15,
"severity" : "Medium",
"coverage" : {
"Covered" : 3,
"Ignored" : 4,
......},
....

**Describe alternatives you've considered**
NA

**Additional context**
NA

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.