Skip to content

Commit

Permalink
Trying to exclude entities from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
depryf committed Oct 12, 2023
1 parent a7ca899 commit ea6f05e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sonarqube {
property "sonar.organization", "imsweb"
property "sonar.host.url", "https://sonarcloud.io"
property 'sonar.exclusions', '**/lab/*'
property 'sonar.coverage.exclusions', '**/lab/*'
property 'sonar.coverage.exclusions', '**/lab/*,**/entity/*'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,4 @@ public void testGetItemHistory() throws IOException {
// get getting the history by item number
Assert.assertFalse(client.getItemHistory(285, NaaccrItemAttribute.ITEM_NAME).isEmpty());
}

}

0 comments on commit ea6f05e

Please sign in to comment.