onaio / fhir-gateway-extension

This repo holds the OpenSRP permissions checker and data access checker
Other
0 stars 1 forks source link

9: Code cleanup and Addressing Test Debt - Adding Unit Tests for Custom Endpoints PractitionerDetails and LocationHierarchy #19

Closed rehammuzzamil closed 10 months ago

rehammuzzamil commented 11 months ago

Resolves https://github.com/onaio/fhir-gateway-plugin/issues/9 IMPORTANT: Where possible all PRs must be linked to a Github issue

Resolves [link to issue]

Engineer Checklist

rehammuzzamil commented 11 months ago

@rehammuzzamil I tried running the tests with report generation but that seems to no longer get generated correctly and we get 0% coverage. Could you please confirm on your end and investigate/fix before we merge? Can you please share the steps to generate report at my end? @ndegwamartin

ndegwamartin commented 10 months ago

@rehammuzzamil I've fixed the issue with the code coverage reporting, apparently it was being caused by the Jupiter unit tests dependency introduced in the PR here.