Challenge: Improving Code Coverage Metrics
Test yourself by improving test coverage.
We'll cover the following...
In the playground for this challenge, we have a Web API application that retrieves user data from an external service. If the service is unreachable or encounters any other problem, the API endpoints still return a status code indicating success. However, in case of an ...