Skip to content

Commit

Permalink
chore: fix catalog being included in code coverage (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
utybo committed Oct 20, 2024
1 parent e76dbc4 commit 94aab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def publicProjects = [
':tegral-web:tegral-web-greeter',
]

def testProjects = publicProjects + [
def testProjects = publicProjects - ":tegral-catalog" + [
':tegral-prismakt:tegral-prismakt-generator-tests:mysql-types',
':tegral-prismakt:tegral-prismakt-generator-tests:pgsql-types',
':tegral-prismakt:tegral-prismakt-generator-tests:simple-dao',
Expand Down

0 comments on commit 94aab67

Please sign in to comment.