简体   繁体   中英

Unknown annotations in Azure DevOps Pull Request files tab

I was reviewing a pull request in our Azure DevOps instance and I noticed that in the Files tab some lines of code were annotated with flags, checkmarks and exclamation marks (see screenshot). I wasn't able to figure out what they mean. Hovering over them didn't display a hint balloon. Does anyone know?

Azure DevOps 注释

Once you have configured a pipeline that collects and publishes code coverage , it posts a code coverage status when a pull request is raised. By default, the server checks for atleast 70% of changed lines being covered by tests.

In the changed files view of a pull request, lines that are changed are also annotated with coverage indicators to show whether those lines are covered. Check Code coverage for pull requests for details.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM