简体   繁体   中英

how to export visual studio generated code coverage results to sonarQube dashboard using jenkins

I am working on C# project and trying to export code coverage results on visual studio to sonarqube via jenkins. Researched online for almost a day but there is no detailed explanation on how does it work or which is the right plugin to use. Tried using OpenCover, MS Build and SonarLint but they didn't work.

Please take a look at

To accomplish this I'm using:

  1. SonarQube (version 5.6.1)
  2. Analyzing with SonarQube Scanner for Jenkins (latest version)
  3. OpenCover (latest version)
  4. nUnit (2.6.3)
  5. Visual Studio 2015 (Update 3)
  6. MSBuild 14 (installed by VS2015)

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