test-coverage
Here are 120 public repositories matching this topic...
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Mar 7, 2022
-
Updated
Jan 26, 2022 - 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
-
Updated
Jan 24, 2022 - CMake
Description
Provide a better onboarding experience by leveraging a getting started section in the readme along with an information popup.
Work
- add informational popup on first install of the extension / (on update as well?)
- add new section to the readme for quick-start with gifs around how to use the extension
- link this section in the "onboarding" popup message
- [
-
Updated
Apr 3, 2022 - JavaScript
-
Updated
Jan 1, 2022 - Go
-
Updated
Dec 21, 2018 - Python
-
Updated
Mar 29, 2022 - Go
-
Updated
Apr 4, 2022 - JavaScript
-
Updated
Oct 8, 2018 - Ruby
-
Updated
Feb 5, 2021 - Java
-
Updated
Oct 4, 2019 - Shell
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Nov 30, 2020 - PHP
-
Updated
Aug 9, 2019 - Kotlin
-
Updated
Jun 25, 2020 - Java
There are a lot of new REST APIs for wikipedia present in the REST API docs.
We'll look through them one by one and implement the same. Any one who wants to pick up on any other REST API should ideally open a new issue.
The REST API has a /page/mobile-sections/{title} endpoint which which provides mobile friendly html.
Implement
-
Updated
Apr 26, 2018 - C++
-
Updated
Apr 7, 2022 - Python
-
Updated
Aug 4, 2020 - Kotlin
-
Updated
Oct 21, 2020 - Ruby
-
Updated
Mar 16, 2022 - C#
-
Updated
Nov 8, 2021 - Python
-
Updated
Feb 26, 2018 - Python
-
Updated
Mar 28, 2022 - PHP
-
Updated
Nov 27, 2019 - Python
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