Skip to content

Commit

Permalink
5657: Start using JaCoCo for code coverage
Browse files Browse the repository at this point in the history
Added code coverage with JaCoCo for all the modules in both jmc/core/ and jmc/application

Reviewed-by: ghb, aptmac
  • Loading branch information
Carmine Vincenzo Russo authored and aptmac committed Jul 3, 2019
1 parent e7e65ef commit 0aed0de
Show file tree
Hide file tree
Showing 9 changed files with 733 additions and 14 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ workspace/
.DS_Store

# Useful for local m2 cache when docker building
.m2
.m2

# Ignore coverage report
core/coverage/coverage-report
application/coverage/coverage-report
6 changes: 5 additions & 1 deletion .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ workspace/
*.jar

# Useful for local m2 cache when docker building
.m2
.m2

# Ignore coverage report
core/coverage/coverage-report
application/coverage/coverage-report
Loading

0 comments on commit 0aed0de

Please sign in to comment.