You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our identity service has a test setup in place, but the tests are only partially written for the verify and health functions. We need to extend the test coverage to include the call-profile, call-profiles, and health-check functions. Additionally, we need to implement a method to measure and report the test coverage.
Expected Behavior
When this issue is resolved:
Comprehensive test coverage will be in place for the call-profile, call-profiles, and health-check functions.
A test coverage tool will be implemented to measure and report the coverage of our tests.
Current Behavior
Tests are only partially written for the verify and health functions.
No tests are currently written for the call-profile, call-profiles, and health-check functions.
There is no existing mechanism to measure and report test coverage.
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Inspect the existing test suite for the identity service.
Note the presence of tests for the verify and health functions.
Observe the absence of tests for the call-profile, call-profiles, and health-check functions.
Verify the lack of a test coverage reporting mechanism.
Severity/Priority
Critical
High
Medium
Low
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Issue Description
Currently, our identity service has a test setup in place, but the tests are only partially written for the
verify
andhealth
functions. We need to extend the test coverage to include thecall-profile
,call-profiles
, andhealth-check
functions. Additionally, we need to implement a method to measure and report the test coverage.Expected Behavior
When this issue is resolved:
call-profile
,call-profiles
, andhealth-check
functions.Current Behavior
verify
andhealth
functions.call-profile
,call-profiles
, andhealth-check
functions.Reproducibility
Steps to Reproduce
verify
andhealth
functions.call-profile
,call-profiles
, andhealth-check
functions.Severity/Priority
Checklist
The text was updated successfully, but these errors were encountered: