badges/shields

Enhance TeamCity Coverage Badge

Open

#3,111 建立於 2019年2月27日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (5,423 fork)batch import
good first issueservice-badge

倉庫指標

Star
 (22,337 star)
PR 合併指標
 (平均合併 6天 3小時) (30 天內合併 71 個 PR)

描述

: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

貢獻者指南