From c79ccdde59b19c1c6d352d30c988c18447c86317 Mon Sep 17 00:00:00 2001 From: Sean Starkey Date: Tue, 2 Jun 2026 10:56:07 -0600 Subject: [PATCH] readme polish --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 135b542..3383a65 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Current automated coverage includes: The required access-control test is covered by `NoteRetrievalControllerTest.getNoteReturnsNotFoundForUnsharedNoteOwnedByAnotherUser`, which creates a note as one user, authenticates as a different user, and asserts that the second user receives `404 Not Found` for the unshared note. -Given time, more automated tests would be done and a full coverage analysis would be in order. +Additional production-grade coverage would include update/delete/share mutation tests, PostgreSQL integration tests, and coverage reporting. A React app located at https://git.seanstarkey.dev/starkey/notes was also used for manual API testing. It exercises the API from a client perspective and displays REST requests/responses for debugging. It runs in a Docker container. This app was worth the investment because of the problems I had with some REST communications.