• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agentjido / req_llm
53%
main: 53%

Build:
Build:
LAST BUILD BRANCH: dependabot/hex/ex_aws_auth-1.3.1
DEFAULT BRANCH: main
Repo Added 15 Sep 2025 11:42AM UTC
Token Qrw4J5oDDoi2zjHqBZDp1Hok4eVoONJAy regen
Build 402 Last
Files 89
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feat/oauth2-token-cache
branch: feat/oauth2-token-cache
CHANGE BRANCH
x
Reset
Sync Branches
  • feat/oauth2-token-cache
  • add-bedrock-fixtures
  • add-bedrock-structured-output
  • add-hex-changelog-and-module-grouping
  • add-json-schema-validation
  • add-vertex-guide-to-docs
  • add-vllm-provider
  • add-vllm-support
  • add_openai_responses_api_structured_responses
  • add_retry_step
  • allow_json_schemas
  • bedrock-1.0-fixes
  • bedrock-clean
  • bedrock-mistral-support
  • bug/api-return-types
  • bug/codec-tool-calls
  • bug/debug-stream-return
  • bug/incorrect-model-spec-docs
  • bug/object-array
  • bug/openai-tool-calls
  • bug/stream-process-linking
  • bug/streaming-nil-deltas
  • bug/streaming-race-condition
  • bug/usage_total_cost
  • cerebras
  • cerebras-zai-glm-4-6
  • chore/2025-10-14-update-fixtures
  • chore/docs-review
  • chore/model_update_2025-10-27
  • chore/object-fixtures
  • chore/object-fixtures-resurrected
  • chore/refine-fixtures
  • chore/refresh-coverage-tests
  • chore/refresh-fixtures-before-1.0
  • chore/update-models-2025-09-21
  • config_base_url_override
  • copilot/fix-32
  • credo-config
  • credo/code-readability-fix
  • credo/fix-refactor-enum-filter
  • dependabot/hex/ex_aws_auth-1.3.1
  • dependabot/hex/ex_doc-0.39.1
  • dependabot/hex/req-0.5.16
  • dependabot/hex/tidewave-0.5.1
  • dependabot/hex/zoi-0.8.1
  • dependabot/hex/zoi-0.8.4
  • devtools
  • docs/aws-event-stream-specialization
  • egomes/fix-claude-multi-turn
  • egomes/fix-tool-inspection-with-json-schema
  • feat/context-json-serialization
  • feat/fixture-credential-fallback
  • feat/google-context-caching
  • feat/google-upload-file
  • feat/in-type-support
  • feat/structured-output-openai-google
  • feature/base-url-override
  • feature/bedrock-prompt-caching
  • feature/cerebras-provider
  • feature/configurable-metadata-timeout
  • feature/custom_providers
  • feature/google_grounding
  • feature/model-catalog
  • feature/normalize-bedrock-inference-profiles
  • feature/pre-release-fixes
  • feature/prompt-caching
  • feature/refactor-llm-api-fixtures
  • feature/refined-key-management
  • feature/stream-collectors
  • feature/unique-model-provider-options
  • feature/upgrade-ex-aws-auth
  • feature/zai-fixtures
  • feature/zoi-schema
  • fix-anthropic-streaming
  • fix-bedrock-timeout
  • fix-duplicate-clause
  • fix-google
  • fix-groq-stream-error
  • fix-mix-task-docs
  • fix-openai-max-tokens-param
  • fix-retry-delay-conflict
  • fix-schema-boolean-property
  • fix/bedrock-claude-exclusions
  • fix/bedrock-inference-profiles
  • fix/bug-119-aws-auth-credentials
  • fix/cost-calculation-in-usage
  • fix/google-cached-tokens
  • fix/google-file-support
  • fix/google-structured-output
  • fix/groq-utf8-streaming
  • fix/http2-large-request-bodies
  • fix/issue-65-http-status-validation
  • fix/issue-96-validation-error-fields
  • fix/jsv-preserve-original-data
  • fix/proxy-options
  • fix/registry-get-provider-nil-module
  • fix/tool_calls
  • fix/vertex-decode-stream-event
  • google-vision
  • idempotent-stream-response
  • improve-metadata-provider-errors
  • list_with_subtype
  • main
  • patch-1
  • put-max-tokens-model-options
  • refactor-meta-provider-generic
  • refactor/context-tools
  • refactor/rename-decode-sse-event
  • refactor/req-streaming
  • refactor/xai-structured-objects
  • remove-jido-keys
  • vertex-gemini-rebased
  • zai

04 Nov 2025 11:58AM UTC coverage: 52.687% (+0.2%) from 52.475%
ce18ed16ed0f9b410d50a3b89d5d8a3f06311384-PR-174

Pull #174

github

web-flow
Merge branch 'main' into feat/oauth2-token-cache
Pull Request #174: Add OAuth2 token caching for Google Vertex AI

15 of 26 new or added lines in 2 files covered. (57.69%)

3971 of 7537 relevant lines covered (52.69%)

354.03 hits per line

Relevant lines Covered
Build:
Build:
7537 RELEVANT LINES 3971 COVERED LINES
354.03 HITS PER LINE
Source Files on feat/oauth2-token-cache
  • Tree
  • List 90
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
ce18ed16... feat/oauth2-token-cache Merge branch 'main' into feat/oauth2-token-cache Pull #174 04 Nov 2025 11:58AM UTC web-flow github
52.69
9d29161a... feat/oauth2-token-cache Add OAuth2 token caching for Google Vertex AI OAuth2 token generation on every request adds 60-180ms overhead (file I/O, JWT signing, HTTP round trip). Tokens are valid for 1 hour, so this overhead is wasteful for repeated requests. Implementati... Pull #174 03 Nov 2025 06:11PM UTC neilberkman github
52.57
d9a1ccf6... feat/oauth2-token-cache Add OAuth2 token caching for Google Vertex AI OAuth2 token generation on every request adds 60-180ms overhead (file I/O, JWT signing, HTTP round trip). Tokens are valid for 1 hour, so this overhead is wasteful for repeated requests. Implementati... Pull #174 03 Nov 2025 06:11PM UTC neilberkman github
52.6
7a274534... feat/oauth2-token-cache Add OAuth2 token caching for Google Vertex AI OAuth2 token generation on every request adds 60-180ms overhead (file I/O, JWT signing, HTTP round trip). Tokens are valid for 1 hour, so this overhead is wasteful for repeated requests. Implementati... Pull #174 03 Nov 2025 06:08PM UTC neilberkman github
52.64
5019e621... feat/oauth2-token-cache Add OAuth2 token caching for Google Vertex AI OAuth2 token generation on every request adds 60-180ms overhead (file I/O, JWT signing, HTTP round trip). Tokens are valid for 1 hour, so this overhead is wasteful for repeated requests. Implementati... Pull #174 03 Nov 2025 06:02PM UTC neilberkman github
52.54
See All Builds (402)

Badge your Repo: req_llm

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc