Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axodox/axocover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://github.com/axodox/axocover

code coverage extension visual-studio

Last synced: 6 days ago
JSON representation

Nice and free .Net code coverage support for Visual Studio with OpenCover.

Awesome Lists containing this project

README

        

# AxoCover
Nice and free .Net code coverage support for Visual Studio with OpenCover.

[![Build status](https://ci.appveyor.com/api/projects/status/o315jyp6fswhf3ws/branch/master?svg=true)](https://ci.appveyor.com/project/axodox/axocover/branch/master)
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/v/axodox1.AxoCover.svg)](https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover)
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/r/axodox1.AxoCover.svg)](https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover)

Features:
* Run, debug and cover unit tests in .Net projects
* Browse unit tests in a clean hierarchical view
* Display sequence and branch coverage in the code editor with detailed display for partially covered lines
* Analyze coverage by test
* Show exceptions encountered during testing in code, one click jump to the failed tests
* Display coverage report for the whole codebase
* Export coverage results to HTML
* Support for MSTest (V1 & V2), xUnit (V2.2) and NUnit (V2 & V3) test frameworks
* Clean test output with one click to free up space
* Works well with both dark and light themes

# Documentation
- [Debugging issues without building](https://github.com/axodox/AxoCover/wiki/Debugging-issues)
- [Building the code](https://github.com/axodox/AxoCover/wiki/Building-the-code)
- [Code overview](https://github.com/axodox/AxoCover/wiki/Code-layout)