Displaying 4 results from an estimated 4 matches for "coveralls".
Did you mean:
overalls
2015 Jan 26
0
matrixStats 0.13.1 - Methods that Apply to Rows and Columns of a Matrix (and Vectors)
...ne. For
instance, rowMins() is now 5-20 times faster than functions such as
base::pmin.int() whereas in the past they performed roughly the same.
I've also added a large number of new package tests; the R and C
source code coverage has recently gone up from 59% to 96% (? and
counting) [https://coveralls.io/r/HenrikBengtsson/matrixStats?branch=develop].
Some of the bugs were discovered as part of this effort. Here a
special thank should go out to Jim Hester for his great work on covr
[https://github.com/jimhester/covr], which provides me with on-the-fly
coverage reports via Coveralls. (You can run...
2015 Jan 26
0
matrixStats 0.13.1 - Methods that Apply to Rows and Columns of a Matrix (and Vectors)
...ne. For
instance, rowMins() is now 5-20 times faster than functions such as
base::pmin.int() whereas in the past they performed roughly the same.
I've also added a large number of new package tests; the R and C
source code coverage has recently gone up from 59% to 96% (? and
counting) [https://coveralls.io/r/HenrikBengtsson/matrixStats?branch=develop].
Some of the bugs were discovered as part of this effort. Here a
special thank should go out to Jim Hester for his great work on covr
[https://github.com/jimhester/covr], which provides me with on-the-fly
coverage reports via Coveralls. (You can run...
2015 May 06
2
[LLVMdev] LCOV per commit
I could not easily locate this on http://llvm.org/reports/coverage/ so
asking here: what workload is the coverage computed over? IOW, what
all does the bot run to get this coverage information?
-- Sanjoy
On Wed, May 6, 2015 at 10:17 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Wed, May 6, 2015 at 8:28 AM, Renato Golin <renato.golin at linaro.org>
> wrote:
2015 May 06
2
[LLVMdev] LCOV per commit
...ven't put too much effort into it as I wasn't sure how many
people
are using the code coverage (btw, is it possible to have stats on our
website?)
FYI, It is generated by this jenkins job:
http://llvm-jenkins.debian.net/job/llvm-toolchain-codecoverage-binaries/
I have plans to try https://coveralls.io/ to handle that. It should not
be too hard
as I already have most of the things enabled in this job.
> The CMakeBuilder is used by almost all ARM/AArch64 and Windows
> builders, we could potentially make it run for all archs, and adding
> another step might be simple, depending on how...