test-coverage
Here are 106 public repositories matching this topic...
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Apr 20, 2021
-
Updated
Mar 17, 2021 - Python
undercover should create warnings on entire files that weren't required by specs and hence don't show up in the lcov output.
This can be done by changing logic starting from Undercover::Report#load_and_parse_file
Reference
ryanluker/vscode-coverage-gutters#239 (comment)
Problem
The old names for the coverage elements (highlights) is quite confusing now that we have gutter coverage elements as well as line and map based ones. We can use the example naming by @DevilXD as a starting point for switching to something more sensical.
Work
- Slightly adj
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 28, 2021 - CMake
-
Updated
Mar 14, 2021 - Go
-
Updated
Dec 21, 2018 - Python
-
Updated
Dec 18, 2020 - Go
-
Updated
Oct 8, 2018 - Ruby
-
Updated
Feb 5, 2021 - Java
-
Updated
Oct 4, 2019 - Shell
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 30, 2020 - PHP
-
Updated
Aug 9, 2019 - Kotlin
-
Updated
Jun 25, 2020 - Java
-
Updated
Apr 26, 2018 - C++
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 21, 2021 - TypeScript
-
Updated
Aug 4, 2020 - Kotlin
-
Updated
Oct 21, 2020 - Ruby
-
Updated
Feb 26, 2018 - Python
-
Updated
Mar 19, 2021 - Python
-
Updated
Nov 27, 2019 - Python
-
Updated
Jan 6, 2021 - HTML
-
Updated
Nov 17, 2018 - Java
Improve this page
Add a description, image, and links to the test-coverage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test-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