Skip to content
#

test-coverage

Here are 120 public repositories matching this topic...

PragTob
PragTob commented Jul 5, 2020

We have a problem: if files aren't loaded/required we don't have branch data. If they are added through track_files we 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

Feature Branch Coverage good first issue
ian-h-chamberlain
ian-h-chamberlain commented Jul 21, 2021

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
  • [
Wikipedia
dopecodez
dopecodez commented Mar 31, 2021

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

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the test-coverage topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more