- Notifications
You must be signed in to change notification settings - Fork 129
Pull requests: scoverage/scalac-scoverage-plugin
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix unit test now that coverage files are in a dir
#29 by RichardBradley was merged Mar 31, 2014 Loading…
#27 use fully-qualified class names to avoid ambiguity in reports
#133 by RichardBradley was merged Dec 2, 2015 Loading…
Source encoding parametrization - fix for issue #134
#149 by gslowikowski was merged Jan 31, 2016 Loading…
breaking test for http://github.com/scoverage/scalac-scoverage-plugin/issues/93
#95 by maiflai was merged Feb 1, 2015 Loading…
Support multiple source roots in report generators (issue #104)
#109 by gslowikowski was closed Mar 12, 2015 Loading…
Fix the valid/covered lines and branches in the cobertura report
#148 by luben was merged Jan 26, 2016 Loading…
Fix race condition on Windows by consolidating two file writes
#20 by RichardBradley was merged Mar 11, 2014 Loading…
Fix race condition on Windows by locking measurement file writes
#21 by RichardBradley was closed Mar 11, 2014 Loading…
Fixed typographical error, changed Buddist to Buddhist in README.
#136 by orthographic-pedant was merged Sep 28, 2015 Loading…
Don't reopen the coverage file each time; on windows that is very slow.
#35 by RichardBradley was merged May 15, 2014 Loading…
Don't load the whole measurement file into memory at once -- it may be very large
#38 by RichardBradley was merged May 15, 2014 Loading…
Don't scan all statements on each hit -- there may be very many of them
#37 by RichardBradley was merged May 15, 2014 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.