>However Travis and Jenkins are run on the checked-in source - it's
>already too late.

Can Jenkins be integrated with Github PRs? It could be possible.

Travis can definitely check at the pull request level.
It is extremely useful for those who provide Github PRs. Even if the
patch has to be converted to bugzilla later.

Codecov.io can track code coverage (that is it tracks if pull request
adds a sampler that is not covered by the unit tests).

Here's an example:
https://github.com/pgjdbc/pgjdbc/pull/493#issuecomment-172622681

Vladimir

Reply via email to