Path to this page:
./
devel/ruby-simplecov-html,
Default HTML formatter for SimpleCov code coverage tool
Branch: CURRENT,
Version: 0.13.1,
Package name: ruby32-simplecov-html-0.13.1,
Maintainer: pkgsrc-usersDefault HTML formatter for SimpleCov code coverage tool for ruby 1.9+.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 130.5 KB
Version history: (Expand)
- (2024-09-18) Updated to version: ruby32-simplecov-html-0.13.1
- (2021-10-07) Updated to version: ruby27-simplecov-html-0.12.3
- (2021-01-11) Updated to version: ruby26-simplecov-html-0.12.3
- (2020-03-08) Updated to version: ruby26-simplecov-html-0.12.2
- (2020-02-05) Updated to version: ruby26-simplecov-html-0.11.0
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2024-09-18 17:27:01 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-simplecov-html: update to 0.13.1
0.13.0 (2024-09-09)
Enhancements
* Cache erb templates when generating report. See #114 (thanks @fatkodima).
* Print branch coverage with line coverage. See #103 (thanks @jeremyevans).
* Add line number anchors. Thanks @jantman for the proposal #49 and
@nishidayuya for the patch #106!
* Add inline assets option. See #107 (thanks @frankh).
* Make close button look better. See #140 (thanks @anthony0030).
* Avoid "permission denied" errors by removing the destination before
copying assets #135 (thanks @tomeon).
* Improve clarity of line and branch coverage format. See #125 (thanks
@joshuapinter).
Bugfixes
* Avoid loading favicon.png that does not exist. See #123 (thanks
@yyamanoi1222).
Misc
* Reduced gem size by not including development-only files.
* Bundle jQuery 3.7.1. See #108 (thanks @jgarland79 for reporting the issue).
0.13.1 (2024-09-09)
Misc
* Drop base64 dependency. See #144 (thanks @Earlopain).
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-01-11 14:12:19 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-simplecov-html: update to 0.12.3
0.12.3 (2020-09-23)
==================
## Bugfixes
* Relax ruby version requirement to work with Ruby 3.0 (next version, current \
`ruby-head`). Thanks [@byroot](https://github.com/byroot).
|
2020-03-08 16:21:48 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-simplecov-html: update to 0.12.2
Update ruby-simplecov-html to 0.12.2.
0.12.2 (2020-02-27)
==================
## Bugfixes
* Refreshing the page while a source file is open works again. Thanks \
[@HansBug](https://github.com/HansBug) for the report \
[#94](https://github.com/colszowka/simplecov-html/issues/94) and \
[@Tietew](https://github.com/Tietew) for the fix!
0.12.1 (2020-02-23)
==================
Bugfix release to fix huge bugs that sadly test suit and maintainters didn't catch.
## Bugfixes
* Disable pagination and with it all files on 2nd page+ being broken/not able to open
* Fix display of non ASCII characters, for this you have to upgrade to simplecov \
0.18.3 though (it's handled in there)
0.12.0 (2020-02-12)
==================
This release is basically a collection of long standing PRs finally merged.
Yes it looks different, no it's not a redesign - just a side effect of lots of \
dependency updates to improve CSP compatibility.
## Enhancements
* The HTML should now be servable with CSP settings of `default-src 'none'; \
script-src 'self'; img-src 'self'; style-src 'self';`
* File list is horizontally scrollable if the space doesn't suffice
* numbers are now right aligned and displayed with the same number of decimals \
for easier comparison and reading.
## Bugfixes
* Make sorting icons appear again
* close link tag which could cause problems when parsing as xhtml/xml
* make sure encoding errors won't crash the formatter
* When viewing a short source file while you have a big file list you will no \
longer be able to scroll on after the source file has ended
|
2020-02-05 16:21:18 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-simplecov-html: update to 0.11.0
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
|
2017-08-31 17:23:46 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-simplecov-html to 0.10.2.
0.10.2 2017-08-14
========
## Bugfixes
* Allow usage with frozen-string-literal-enabled. See \
[#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
|
2017-06-05 16:15:59 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-simplecov-html to 0.10.1.
0.10.1 2017-05-17
========
## Bugfixes
* circumvent a regression that happens in the new JRuby 9.1.9.0 release. See \
[#53](https://github.com/colszowka/simplecov-html/pull/53) thanks @koic
|