Closed tinaboyce closed 4 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.19%. Comparing base (
99d6fe4
) to head (0543508
). Report is 27 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR will fix missing providers that exists in the interactive "provider" drop-down but when attempt to pass it in as an argument from the command line, it doesn't matches the hard-coded list which is a sub-set of the providers in the drop-down list.
Current version of saml2aws v2.36.16: (note the enum value, it is missing a few values like PingOne)
The binary built to test the current PR: (note the enum value, PingOne is there)
Closes #1294