9fbfb16f81
Update ruby-simplecov-html to 0.11.0. 0.11.0 (2020-01-28) ======= This release goes together with simplecov 0.18 to bring branch coverage support to you. Please also check the notes of the beta releases. ## Enhancements * Display total branch coverage percentage in the overview (if branch coverage enabled) 0.11.0.beta2 (2020-01-19) ======= ## Enhancements * changed display of branch coverage to be `branch_type: hit_count` which should be more expressive and more intuitive * Cached lookup of whether we're doing branch coverage or not (should be faster) ## Bugfixes * Fixed sorting of percent column (regression in previous release) 0.11.0.beta1 (2020-01-05) ======== Changes ruby support to 2.4+, adds branch coverage support. Meant to be used with simplecov 0.18 ## Breaking Changes * Drops support for EOL'ed ruby versions, new support is ~> 2.4 ## Enhancements * Support/display of branch coverage from simplecov 0.18.0.beta1, little badges saying `hit_count, positive_or_negative` will appear next to lines if branch coverage is activated. `0, +` means positive branch was never hit, `2, -` means negative branch was hit twice * Encoding compatibility errors are now caught and printed out
14 lines
367 B
Makefile
14 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/02/05 15:21:18 taca Exp $
|
|
|
|
DISTNAME= simplecov-html-0.11.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/colszowka/simplecov-html
|
|
COMMENT= Default HTML formatter for SimpleCov code coverage tool
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|