Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9237769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:36:30+00:00 2026-06-18T07:36:30+00:00

I need the ability to import opencover coverage results in to Jenkins to pull

  • 0

I need the ability to import opencover coverage results in to Jenkins to pull coverage trending data over time.
It appears that the best way to do this is going to be finding a way to convert the opencover xml format to ncover format, and then use the NCover plugin to import the results. Is there an existing xslt that will transform opencover to ncover, or an open source tool that will do the conversion?
I’ve searched, and I’m finding nothing.

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T07:36:32+00:00Added an answer on June 18, 2026 at 7:36 am

    The following XSLT is available on the OpenCover wiki which might get you started.

    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <xsl:output method="xml" indent="yes" standalone="yes"/>
      <xsl:template match="/CoverageSession/Modules">
        <coverage>
          <xsl:for-each select="Module[not(@skippedDueTo)]">
            <module name="{ModuleName}">
              <xsl:for-each select="Classes/Class">
                <xsl:if test="count(Methods/Method) &gt; 0">
                  <class name="{FullName}">
                    <xsl:variable name="className" select="FullName" />  
                    <xsl:for-each select="Methods/Method">
                      <method class="{$className}">
                        <xsl:for-each select="SequencePoints/SequencePoint">
                          <seqpnt visitcount="{@vc}" />
                        </xsl:for-each>
                      </method>
                    </xsl:for-each>
                  </class>
                </xsl:if>
              </xsl:for-each>
            </module>
          </xsl:for-each>
        </coverage>
      </xsl:template>
    </xsl:stylesheet>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am working on a small project that i need the ability to let
I need to get a plot that fits the data automatically using matplotlib. This
I am creating an application that imports several plugins. I need the ability to
I'm using a datatable that is not using ajax, and I need the ability
I need a way to easily export and then import data in a MySQL
I need ability to display content in Hex View, like this from WinHex Offset
I need the ability to run an arbitrary command when I try and commit
I need the ability to use custom locks at a session level (outside the
I need an ability to edit values in a grid column of a treegrid.
I have an app using a SQLite db, and I need the ability for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.