[GitHub] commons-compress issue #39: COMPRESS-413: Performance improvements for Travi...

2017-06-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/39 [![Coverage Status](https://:/builds/12090041/badge)](https://:/builds/12090041) Coverage remained the same at 84.728% when pulling

[GitHub] commons-compress pull request #39: COMPRESS-413: Performance improvements fo...

2017-06-22 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/39 COMPRESS-413: Performance improvements for Travis builds Change travis configuration to - skip pre-build install (which runs the install goal). - remove after_success code.

[GitHub] commons-compress issue #39: COMPRESS-413: Performance improvements for Travi...

2017-06-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/39 [![Coverage Status](https://:/builds/12090926/badge)](https://:/builds/12090926) Coverage decreased (-0.008%) to 84.72% when pulling

Jenkins build is back to normal : Commons-Compress PullRequest Builder #60

2017-06-22 Thread Apache Jenkins Server
See

[GitHub] commons-compress issue #39: COMPRESS-413: Performance improvements for Travi...

2017-06-22 Thread sesuncedu
Github user sesuncedu commented on the issue: https://github.com/apache/commons-compress/pull/39 Randomly adding coverage tests for coveralls --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] commons-compress pull request #39: COMPRESS-413: Performance improvements fo...

2017-06-22 Thread sesuncedu
Github user sesuncedu closed the pull request at: https://github.com/apache/commons-compress/pull/39 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-compress pull request #39: COMPRESS-413: Performance improvements fo...

2017-06-22 Thread sesuncedu
GitHub user sesuncedu reopened a pull request: https://github.com/apache/commons-compress/pull/39 COMPRESS-413: Performance improvements for Travis builds Change travis configuration to - skip pre-build install (which runs the install goal). - remove after_success code.

[GitHub] commons-compress issue #39: COMPRESS-413: Performance improvements for Travi...

2017-06-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/39 [![Coverage Status](https://:/builds/12093695/badge)](https://:/builds/12093695) Coverage increased (+0.09%) to 84.815% when pulling

[GitHub] commons-compress issue #39: COMPRESS-413: Performance improvements for Travi...

2017-06-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/39 [![Coverage Status](https://:/builds/12093740/badge)](https://:/builds/12093740) Coverage increased (+0.1%) to 84.828% when pulling

[GitHub] commons-compress issue #42: COMPRESS-407: Allow use of invalid record sizes ...

2017-06-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/42 [![Coverage Status](https://:/builds/12096355/badge)](https://:/builds/12096355) Coverage increased (+0.04%) to 84.767% when pulling

[GitHub] commons-compress issue #42: COMPRESS-407: Allow use of invalid record sizes ...

2017-06-22 Thread sesuncedu
Github user sesuncedu commented on the issue: https://github.com/apache/commons-compress/pull/42 The system property is can be discovered by reading the source code. This information could be added to the exception message. --- If your project is set up for it, you can reply to

[GitHub] commons-compress pull request #42: COMPRESS-407: Allow use of invalid record...

2017-06-22 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/42 COMPRESS-407: Allow use of invalid record sizes if a system property is set. I do not recommend using this approach. #40 is the preferred solution. You can merge this pull request

[GitHub] commons-compress issue #41: COMPRESS-407 - Just Warn

2017-06-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/41 [![Coverage Status](https://:/builds/12096330/badge)](https://:/builds/12096330) Coverage decreased (-0.02%) to 84.704% when pulling

[GitHub] commons-compress issue #40: COMPRESS-407 Validate Block and Record Sizes

2017-06-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/40 [![Coverage Status](https://:/builds/12096032/badge)](https://:/builds/12096032) Coverage increased (+0.05%) to 84.777% when pulling

[GitHub] commons-compress pull request #41: COMPRESS-407 - Just Warn

2017-06-22 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/41 COMPRESS-407 - Just Warn Warn if an invalid record size is set. I would not recommend using this approach. You can merge this pull request into a Git repository by running:

[GitHub] commons-compress pull request #30: COMPRESS-407 - Validate Block and Record ...

2017-06-22 Thread sesuncedu
Github user sesuncedu closed the pull request at: https://github.com/apache/commons-compress/pull/30 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-compress issue #30: COMPRESS-407 - Validate Block and Record Sizes a...

2017-06-22 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-compress/pull/30 [![Coverage Status](https://:/builds/12095979/badge)](https://:/builds/12095979) Changes Unknown when pulling **ace4d5da8bd8504e884d139abf6f34ab4b5dd99d on

[GitHub] commons-compress pull request #40: COMPRESS-407 Validate Block and Record Si...

2017-06-22 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/40 COMPRESS-407 Validate Block and Record Sizes Original (require correct record size) Require block size >=0 that is multiple of 512 bytes. Use block size of 512 if one is not