-
Updated
Nov 19, 2020 - JavaScript
code-coverage
Here are 230 public repositories matching this topic...
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Sep 22, 2020 - Python
-
Updated
Nov 22, 2020 - C#
-
Updated
Aug 16, 2020 - CMake
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Nov 23, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
We have a database schema which includes temporary objects - this means objects which are required only for a short time like procedure for upgrades or objects which are still work in progress - and legacy test code. Temporary objects are always prefixed with the username of the author like:
windowsusr_my_table
Test Procedures a
Since dotnetcore's behavior when testing entire solution is trying also test non testing projects and then whole process is evaluated as non successful at least on linux, then I need to run test on one by one testing project separately I need to somehow then merge altcover results into one xml file, is that possible?
-
Updated
Jun 24, 2020 - Python
-
Updated
Nov 7, 2020 - CMake
-
Updated
Nov 20, 2020 - PHP
-
Updated
Oct 4, 2020 - Swift
-
Updated
Nov 24, 2020 - C#
-
Updated
Nov 19, 2020 - Ruby
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Nov 15, 2020 - CMake
-
Updated
Nov 7, 2020 - Ruby
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Jul 31, 2020 - Ruby
-
Updated
Aug 29, 2017 - JavaScript
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Oct 30, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 23, 2020 - TypeScript
Improve this page
Add a description, image, and links to the code-coverage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-coverage topic, visit your repo's landing page and select "manage topics."
It would be helpful if the lcov generated reports could generate relative paths. My use case is that I am generating coverage reports from a docker image and then using VS Code Coverage Gutters which supports relative paths to view the coverage. But it doesn't work because the absolute paths on the docker c