Re: CodeCoverage! Monthly Update

2017-08-10 Thread Sylvestre Ledru
The patch providing coverage in rust landed here: https://github.com/rust-lang/rust/pull/42433 If I understood correctly, we are waiting for rust 1.20 to be able to use it. Sylvestre Le 10/08/2017 à 22:03, Chris Peterson a écrit : > Kyle, do you know if Rust code coverage is blocked on any re

Re: CodeCoverage! Monthly Update

2017-08-10 Thread Chris Peterson
Kyle, do you know if Rust code coverage is blocked on any remaining Rust toolchain issues? chris On 2017-08-10 11:31 AM, Kyle Lahnakoski wrote: Did you have that sense you were missing something? Well, you were right: You were missing your ... # *Monthly CodeCoverage! update!  \o/ * /If

Re: CodeCoverage Monthly Update (Rust)

2017-06-10 Thread Kyle Lahnakoski
A couple of nice people noticed my link to the Rust coverage was wrong: Here is the main tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1335518 Plus Github issues tracking the specific work: https://github.com/rust-lang/rust/pull/38608 https://github.com/rust-lang/rust/pull/42433 O

Re: CodeCoverage Monthly Update

2017-05-09 Thread Ted Mielczarek
On Tue, May 9, 2017, at 05:48 AM, Henri Sivonen wrote: > On Thu, Apr 6, 2017 at 6:26 AM, Kyle Lahnakoski > wrote: > > * Getting Rust to emit coverage artifacts is important: > > https://bugzilla.mozilla.org/show_bug.cgi?id=1335518 > > Is there a plan to factor "cargo test" of individual vendored

Re: CodeCoverage Monthly Update

2017-05-09 Thread Henri Sivonen
On Thu, Apr 6, 2017 at 6:26 AM, Kyle Lahnakoski wrote: > * Getting Rust to emit coverage artifacts is important: > https://bugzilla.mozilla.org/show_bug.cgi?id=1335518 Is there a plan to factor "cargo test" of individual vendored crates into the coverage of Rust code? For example, for encoding_rs

Re: Re: CodeCoverage Monthly Update

2017-05-08 Thread Marco Castelluccio
No, currently not, but we can build one ourselves using their API (which we might to do with codecov.io anyway, since we expect to have custom needs). - Marco. Il 04/05/17 08:22, Chris Peterson ha scritto: On 2017-05-03 8:44 PM, Kyle Lahnakoski wrote: * Daily coverage reports on coveralls

Re: CodeCoverage Monthly Update

2017-05-03 Thread Chris Peterson
On 2017-05-03 8:44 PM, Kyle Lahnakoski wrote: * Daily coverage reports on coveralls.io [1] and on codecov.io[2]. Which do you like? Does coveralls.io have a top-down coverage view like codecov.io? That view seems more useful for both people that want a global view and developers that wa