Skip to content

Commit 539b08c

Browse files
test: add comprehensive tests for interceptors and types
- Add GeminiInterceptorTest with type tests and integration tests - Add OllamaInterceptorTest with type tests and integration tests - Add BedrockInterceptorTest with type tests and integration tests - Add AdditionalTypesTest for PolicyInfo, HealthStatus, ConnectorResponse, TokenUsage, Mode, RequestType, RateLimitInfo, ConnectorInfo, ConnectorQuery, and AuditResult - Update coverage threshold from 50% to 70% Coverage increased from 54.9% to 81.9%. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f3292c0 commit 539b08c

5 files changed

Lines changed: 2337 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
7373
<nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version>
7474

75-
<!-- Coverage Threshold (lowered temporarily due to new interceptors) -->
76-
<jacoco.minimum.coverage>0.50</jacoco.minimum.coverage>
75+
<!-- Coverage Threshold -->
76+
<jacoco.minimum.coverage>0.70</jacoco.minimum.coverage>
7777
</properties>
7878

7979
<dependencies>

0 commit comments

Comments
 (0)