Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ disallowAdditionalPropertiesIfNotPresent: false
typeMappings:
integer+bigint: BigInteger
importMappings:
BigInteger: java.math.BigInteger
BigInteger: java.math.BigInteger
# Do not generate API tests or model tests as they would be empty and cause confusion. We will add our own tests manually.
globalProperties:
apiTests: false
modelTests: false
98 changes: 0 additions & 98 deletions src/test/java/ai/reveng/api/AnalysesCommentsApiTest.java

This file was deleted.

287 changes: 0 additions & 287 deletions src/test/java/ai/reveng/api/AnalysesCoreApiTest.java

This file was deleted.

Loading