Sonar Cloud-将硒排除在声纳中

发布于 2025-02-12 03:58:16 字数 243 浏览 0 评论 0原文

我正在使用Sonar Cloud运行Azure Devops管道,我想从Sonar Cloud中排除Selenium文件夹以下: sonar.exclusions = nwp.selenium/

** =“ https://i.sstatic.net/rcwrb.png” alt =“在此处输入图像描述”>

它不包含在覆盖范围中,但并未完全排除

任何人是否知道如何完全排除方法它 ?

I am running a azure devops pipeline with sonar cloud and I wanted to exclude selenium folder from sonar cloud with following:
sonar.exclusions=NWP.Selenium/**

And it did this enter image description here

It was not included in coverage but it was not fully excluded

Does anybody know a way how to fully exclude it ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

攀登最高峰 2025-02-19 03:58:16

我终于弄清楚了。
Azure DevOps管道中所需的命令是以下 sonar.test.exclusions = nwp.selenium/ ** **

现在我有这个

出于某种原因,硒被像Sonar.test.test.exclusions对待

I finally figured it out.
The command needed in azure devops pipeline is the following sonar.test.exclusions=NWP.Selenium/**

Now I have this
enter image description here

For some reason Selenium is treated like sonar.test.exclusions

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文