-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement automatic testing on PRs (#41)
* Initial pass of automatic testing * Looking for cobortura reports * Attempt to look in more than one dir for coverage * Still looking for cobertura files * Now looking for coverage files * Testing for cobertura java 8 bug * Swap cobertura for JoCoCo * Stop travis running cobertura * Add linting to compiler * Move JaCoCo into module POMs * Fix atrocious spacing in module POMs
- Loading branch information
1 parent
c04ff83
commit 254aa61
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
language: java | ||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters