Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 15 commits into from
Nov 23, 2023

Conversation

rehammuzzamil
Copy link
Contributor

@rehammuzzamil rehammuzzamil commented Nov 6, 2023

Resolves #9
IMPORTANT: Where possible all PRs must be linked to a Github issue

Resolves [link to issue]

Engineer Checklist

  • I have written Unit tests for any new feature(s) and edge cases for
    bug fixes
  • I have run mvn spotless:check to check my code follows the project's
    style guide
  • I have run mvn clean test to confirm all new and existing tests
    passed
    .
  • I ran mvn clean package right before creating this pull request.

Copy link
Collaborator

@ndegwamartin ndegwamartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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?

@rehammuzzamil
Copy link
Contributor Author

@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

- Remove Jupiter unit test dependency
@ndegwamartin
Copy link
Collaborator

@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.

@ndegwamartin ndegwamartin merged commit d41e29a into main Nov 23, 2023
1 check passed
@ndegwamartin ndegwamartin deleted the 9-fix-code-coverage branch November 23, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Addressing Test Debt - Adding Unit Tests for Custom Endpoints PractitionerDetails and LocationHierarchy
3 participants