erlef / oidcc

OpenId Connect client library in Erlang & Elixir
https://hexdocs.pm/oidcc
Apache License 2.0
183 stars 49 forks source link

fix: correct types in client_context.ex #388

Closed dustinfarris closed 1 month ago

dustinfarris commented 1 month ago

These incorrect types were causing dialyzer to fail in our consuming application code that had a case statement on the return value of from_configuration_worker/3.

maennchen commented 1 month ago

Thanks @dustinfarris ❤️

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 227

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/oidcc_provider_configuration_worker.erl 1 95.35%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 203: -0.09%
Covered Lines: 1067
Relevant Lines: 1161

💛 - Coveralls