• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

agentjido / req_llm / 96420db97151eaa997e5b4cfc45fae8919768e3a-PR-231 / 1
49%
main: 49%

Build:
Build:
LAST BUILD BRANCH: feat/load-dotenv-config
DEFAULT BRANCH: main
Ran 28 Nov 2025 08:42PM UTC
Files 85
Run time 2s
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

20 Nov 2025 09:09AM UTC coverage: 48.929% (-0.08%) from 49.004%
96420db97151eaa997e5b4cfc45fae8919768e3a-PR-231.1

Pull #231

github

Munksgaard
Remove duplicate google provider metadata

Previously, `grounding_metadata` and `sources` results from Google API calls
that used the `google_grounding` tool were duplicated in the provider
metadata. Here is an example:

```elixir
iex> {:ok, response} = ReqLLM.generate_text(model, "Search for the latest news", provider_options: [google_grounding: %{enable: true}])
{:ok,
 %ReqLLM.Response{
   error: nil,
   provider_meta: %{
     "google" => %{
       "grounding_metadata" => %{
         ...
       },
       "sources" => [
         ...
       ]
     },
     "grounding_metadata" => %{
       "grounding_metadata" => %{
         ...
       },
       "sources" => [
         ...
       ]
      }
    },
  ...
}
```

It seems like only the metadata withing the "google" key was being used and
tested, and the other addition was unneeded. This PR makes it so that the
metadata is only returned in the "google" key.
Pull Request #231: Remove duplicate google provider metadata

3633 of 7425 relevant lines covered (48.93%)

14.12 hits per line

Source Files on job 96420db97151eaa997e5b4cfc45fae8919768e3a-PR-231.1
  • Tree
  • List 85
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 96420
  • 96420db9 on github
  • Prev Job for on remove-duplicate-google-provider-metadata (#a398cdc5b7315730e357963fcb401b858fa038fe.1)
  • Delete
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

© 2026 Coveralls, Inc