jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.54k stars 643 forks source link

Setup Codacy reporter for JaCoCo #171

Closed benmccann closed 6 years ago

benmccann commented 7 years ago

https://github.com/codacy/codacy-coverage-reporter#maven-plugin

We'll need to get the token (Project -> Settings -> Integrations -> Project API), encrypt it, and add as a secure env variable in the Travis build

benmccann commented 7 years ago

I've sent a couple commits for this, so it's pretty close now. It's not quite working yet though.

At the end of Travis it tells me "com.codacy Failed to upload report: not found". It's working locally and I haven't been able to figure out yet what's going wrong on Travis. I filed a request with Codacy for better error output https://github.com/codacy/codacy-coverage-reporter/issues/62

benmccann commented 6 years ago

Got this fixed! Woo!!