Re: [CI] Code coverage reports

2018-05-15 Thread Antoine Pitrou
Hi, There's now a draft PR that generates and uploads Python / Cython code coverage. See example report here: https://codecov.io/gh/apache/arrow/pull/2050/list/ Regards Antoine. On Sat, 12 May 2018 16:18:47 +0200 Antoine Pitrou wrote: > Le 12/05/2018 à 00:55, Wes

Re: [CI] Code coverage reports

2018-05-12 Thread Antoine Pitrou
Le 12/05/2018 à 00:55, Wes McKinney a écrit : > > Thanks for doing this! I am sure our code coverage has suffered as a > result of not having the reports. I wonder what it would take to get > C++ coverage that includes lines touched by Python unit test execution Nothing, because it already does

Re: [CI] Code coverage reports

2018-05-11 Thread Antoine Pitrou
Hi Wes, Le 11/05/2018 à 05:32, Wes McKinney a écrit : > > I also prefer codecov.io, but unfortunately Apache Infra does not > support it I believe due to some app hook permissions issue (there are > some similar problems preventing CircleCI from being made available to > Apache projects). I

[CI] Code coverage reports

2018-05-10 Thread Antoine Pitrou
Hi, Previous efforts to gather and publish C++ code coverage using the free service provided by coveralls.io have stalled (see ARROW-27). I went ahead and experimented with another free service, codecov.io. I got it to work with our C++ and Rust code bases. An example report can be seen here: