-
Updated
Sep 23, 2020 - TypeScript
coverage
Here are 828 public repositories matching this topic...
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Sep 23, 2020 - Java
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
-
Updated
Sep 24, 2020 - Ruby
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Sep 2, 2020 - CMake
-
Updated
Sep 17, 2020 - PHP
-
Updated
Jul 5, 2020 - C#
-
Updated
Dec 31, 2017 - PHP
-
Updated
Sep 20, 2020 - Java
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Jun 27, 2020 - Perl
-
Updated
Sep 23, 2020 - Rust
-
Updated
May 22, 2020 - Groovy
-
Updated
Sep 24, 2020 - Ruby
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 18, 2020 - Ruby
-
Updated
Aug 11, 2020 - Shell
-
Updated
Sep 24, 2020 - Java
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
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Aug 19, 2020 - Kotlin
-
Updated
Sep 3, 2019 - JavaScript
Improve this page
Add a description, image, and links to the coverage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coverage topic, visit your repo's landing page and select "manage topics."


We have a problem: if files aren't loaded/required we don't have branch data. If they are added through
track_fileswe give it 0/0 branches which we show as 100% coverage (all possible branches are covered).That math is "wrong" though here because there are branches but we don't know what they are. We should probably count total branches here as "unkown" and establish that in our "math unive