From 42d6a8cd595906bb7157a78224dce84dca3c1c0e Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Tue, 6 May 2025 22:22:18 -0700 Subject: [PATCH] Add CS 333 project details --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b87cdc7..7e84f53 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,16 @@ To regenerate the frontend client during development: npm run openapi-generate ``` +## CS 333 Project + +Test coverage is 81% with several unit tests and 5 integration tests. GitHub +Actions are used to run the tests on every push to the master branch. If the +tests fail or the test coverage drops below 75%, the workflow will fail. If the +workflow succeeds, a docker will be built and pushed into the GitHub container +registry. The docker image will be tagged with the latest tag. A Komodo +deployment will automatically be triggered to deploy the new image to the +environment. + ## Screenshots ### Home