Git Product home page Git Product logo

vsts-opencover's Introduction

vsts-opencover's People

Contributors

robertk66 avatar

Stargazers

Mathias avatar Manas Talukdar avatar Ricardo Veguilla avatar Andon Dragomanov avatar  avatar Toni Wenzel avatar Tom Kuijsten avatar Utkarsh Shigihalli avatar

Watchers

 avatar  avatar  avatar

vsts-opencover's Issues

unit test details not provided in test result page

as the powershell API only supports upload of nunit2 testresults, this version uses a dummy test result file (which shows always 1 Test as ok) to generate the testrun on which the opencover result xml is then attached.
If I can find a way to convert the Nunit3 test results to something the TFS can understand by uploading, this should be included in the build step.

Path with blanks do not work

If the repository root, some of the project directories or dll filenames contain a blank in the name the Nunit3 consolen runner does not execute any tests.

Detail page does not integrate result from same modules if run from more than one source.

If you combine more than one test dll into one single run and there are modules called from more than one test dll then the results are listed as seperate node in the details table.

The coverage of all runs should be combined to a single 'module' result for each module with same unique id. This is also basis to have a correct summary of coverage percentage because you can have one test dll making 10% another 20% but together the covered part could be something between 20% - 30% but you can not only add this values here. You have to combine the different module results and the coverage of sequence/branch points!

Test Results: The duration is filled with nonsense values.

This is due to the usage of Junit conversion in between Nunit3 and TFS. Have not checked where the values got mixed up ( in the Nunit XSLT transform or int the Junit Import task in TFS.....)

I hope to find a better/more direct way to import the results iso fixing this convertion.

Large result files do not show in TFS WebPortal.

If the OpenCover result file is larger than 65537 bytes the result pages do not render.
Reason is the Usage of the String.fromCharCode in Javascript. This doies not allow for larger binary data.

Summary caclulation does not match values of generated report

Comparing numbers from the report artifact with the percentage numbers of the TFS summary page shows differences.

Reason is that the TFS GUI plugin does calculate the numbers directly from result.xml. Interpretation of the result file is done different from the report generator. (e.g. "Lines" are not correctly counted only Sequence points are counted....)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.