Closed vanessuniq closed 4 months ago
Attention: Patch coverage is 46.87500%
with 17 lines
in your changes missing coverage. Please review.
Project coverage is 79.51%. Comparing base (
ca84840
) to head (bd0c7c0
).
Files | Patch % | Lines |
---|---|---|
dev_suites/dev_auth_info/auth_info_suite.rb | 23.80% | 16 Missing :warning: |
lib/inferno/dsl/fhir_client_builder.rb | 83.33% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
This branch updates the fhir client to support auth info.
auth_info
attribute to a fhir clientTesting Guidance
Updated tests in the access mode group of the auth info suite to verify that
auth_info
is properly declare when definingfhir_client
. The tests will verify that thefhir_client.auth_info
attributes are what is expected.