badges/shields

Enhance TeamCity Coverage Badge

Open

#3.111 geöffnet am 27. Feb. 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (5.423 Forks)batch import
good first issueservice-badge

Repository-Metriken

Stars
 (22.337 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 3h) (71 gemergte PRs in 30 T)

Beschreibung

:clipboard: Description

Enhance the TeamCity Coverage Badge to allow the user to specify the coverage metric (lines, statements, etc.) they want to use via a param.

Our current badge implementation is keying off statement coverage, but while I was working on resolving https://github.com/badges/shields/issues/2901 I noticed that a lot (actually the majority) of TeamCity projects with coverage did not have statement coverage (most had line coverage long with method/function, and others).

If we allowed the user to specify their target coverage metric (we can still default to statement) then we can make the coverage badge for TeamCity available to a much broader set of users

Contributor Guide