Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Code Coverage API Documentation

John Nichol Apor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 20, 2024

 

I encountered a tool that was sending code coverage result to bitbucket directly.

The endpoint was something like

https:///rest/code-coverage/1.0/commit/ I

tried sending the similar request to our Bitbucket data center The payload is written below

{ 

"files": [
{
"coverage": "C:11,12,17,18,19,20,22;P:13",
"path": "src/main/kotlin/test/Test.kt"
}
]
}

 

However, I kept on receiving 404 as the response. May I know if we have a documentation for this api?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events