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

erlef / oidcc_plug / 5e9111d003cca173b89d9fb89a580d692f8bbfe8
97%

Build:
DEFAULT BRANCH: main
Ran 09 Apr 2026 02:08PM UTC
Jobs 5
Files 13
Run time 1min
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

09 Apr 2026 02:07PM UTC coverage: 97.059% (-0.5%) from 97.525%
5e9111d003cca173b89d9fb89a580d692f8bbfe8

push

github

web-flow
Allow redirect_uri, client_id, client_secret to be set through a fn with Plug.Conn as param (#71)

For use cases where the redirect_uri needs to be set dynamically depending on the current Plug.Conn.
For example when the redirect_uri needs to contain the tenant as subdomain.
```Elixir
    plug Oidcc.Plug.AuthorizationCallback,
      provider: SampleApp.GoogleOpenIdConfigurationProvider,
      redirect_uri: &__MODULE__.get_callback_uri/1

  def get_callback_uri(%Plug.Conn{} = conn) do
    tenant = conn.assigns.tenant
    "https://#{tenant}.localhost:4000/oidcc/callback"
  end

```

10 of 11 new or added lines in 5 files covered. (90.91%)

198 of 204 relevant lines covered (97.06%)

38.87 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
75.0
-25.0% lib/oidcc/plug/config.ex
Jobs
ID Job ID Ran Files Coverage
1 5e9111d003cca173b89d9fb89a580d692f8bbfe8.1 09 Apr 2026 02:08PM UTC 13
97.06
GitHub Action Run
2 5e9111d003cca173b89d9fb89a580d692f8bbfe8.2 09 Apr 2026 02:08PM UTC 13
97.06
GitHub Action Run
3 5e9111d003cca173b89d9fb89a580d692f8bbfe8.3 09 Apr 2026 02:08PM UTC 13
97.06
GitHub Action Run
4 5e9111d003cca173b89d9fb89a580d692f8bbfe8.4 09 Apr 2026 02:08PM UTC 13
97.06
GitHub Action Run
5 5e9111d003cca173b89d9fb89a580d692f8bbfe8.5 09 Apr 2026 02:08PM UTC 13
97.06
GitHub Action Run
Source Files on build 5e9111d003cca173b89d9fb89a580d692f8bbfe8
  • Tree
  • List 13
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5e9111d0 on github
  • Prev Build on main (#1CA4A7C2...)
  • Next Build on main (#BC3D37A9...)
  • 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