python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to retrieve the code coverage of the changed lines of code in a pull request?
is there an api for retrieving the code coverage of the changed lines of code in a pull request?
looking at the docs for the azure devops api, pull requests does not include the code coverage for the ...
more urgent jest
Votes: 0
Answers: 1
Azure DevOps API: Update query with clauses
I'm trying to read a query, and add a new clause, and save it elsewhere, using the C# Azure DevOps SDK. I was able to do this by updating the new query's .Wiql directly and modifying the string. Howev...
jayongg
Votes: 0
Answers: 0
Why the max count is 1000 for the results -> list API in Azure DevOps?
I have more than 1000 test cases in my test run and I want to get results by
GET https://dev.azure.com/{organization}/{project}/_apis/test/Runs/{runId}/results?api-version=6.0
API, but in the respons...
Tigran Torosyan
Votes: 0
Answers: 1
Azure Devops API: Find a Git commit by Sha1 prefix, branch name or tag name?
In a local Git installation, I can use "git show" to find a specific commit, given a SHA1 hash prefix, a branch name, or a tag name.
How can I achieve the same thing with the TFS/Azure Devop...
Robin
Votes: 0
Answers: 2