CodeCoverage Monthly Update

2017-10-05 Thread Kyle Lahnakoski
*# Q3 Codecoverage! update * /If you //want to hear more about an//y of the//s//e items, please contact me and I will get you more detailed information/* * *## Overview * We can show the code coverage on new lines added by changeset! * *Link* - http://firefox-code-coverage.herokuapp.com/ *

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

CodeCoverage! Monthly Update

2017-08-10 Thread Kyle Lahnakoski
Did you have that sense you were missing something? Well, you were right: You were missing your ... # *Monthly CodeCoverage! update! \o/ * /If you //want to hear more about an//y of the//s//e items, please contact me and I will get you more detailed information/* * *## **Summary of July* *

CodeCoverage Monthly Update

2017-07-06 Thread Kyle Lahnakoski
## Summary of Past Quarter Coverage is enabled for nearly all tests, and scheduled every push [1]!! * All c/c++ test suites have coverage enabled * talos coverage is enabled * jsvm[7] coverage is enabled, and running * codecov.io [2] shows the results, broken down by directory ## Plans

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

CodeCoverage Monthly Update

2017-06-09 Thread Kyle Lahnakoski
## Summary of the past month Coverage is enabled for nearly all tests, and scheduled every night [1]!! * All c/c++ test suites have coverage enabled and are running nightly * jsvm[7] coverage is enabled, and running * codecov.io [2] shows the results, broken down by directory ## Complicat

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

CodeCoverage Monthly Update

2017-05-03 Thread Kyle Lahnakoski
It is the first Wednesday for the month! Time to write an update! ## Summary of Activity * Daily coverage reports on coveralls.io [1] and on codecov.io[2]. Which do you like? * You can now use one-click loaners to generate coverage locally (thanks maja and mcastelluccio!) * We me

CodeCoverage Monthly Update

2017-04-05 Thread Kyle Lahnakoski
This is the second monthly update on our CodeCoverage effort: ## The Progress to Date * Coverage is scheduled to run daily on central. https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&filter-searchStr=cov * The UCOSP[1] students have completed their term, and can show aggregate statist