Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/axodox/axocover
- Owner: axodox
- License: mit
- Created: 2016-11-17T13:47:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:53:46.000Z (about 2 years ago)
- Last Synced: 2025-01-08T16:17:55.386Z (13 days ago)
- Topics: code, coverage, extension, visual-studio
- Language: C#
- Homepage: https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
- Size: 1.74 MB
- Stars: 248
- Watchers: 27
- Forks: 60
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: License.txt
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)