Update README.md

master
John Montagu, the 4th Earl of Sandvich 2025-05-06 23:43:49 -07:00
parent 971e89da07
commit 44736a3a49
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 7 additions and 7 deletions

View File

@ -100,13 +100,13 @@ npm run openapi-generate
## CS 333 Project ## CS 333 Project
Test coverage is 81% with several unit tests and 5 integration tests. GitHub Test coverage is 81% with several unit tests and 5 integration tests. Tests are
Actions are used to run the tests on every push to the master branch. If the located in `backend-flask/tests` GitHub Actions are used to run the tests on
tests fail or the test coverage drops below 75%, the workflow will fail. If the every push to the master branch. If the tests fail or the test coverage drops
workflow succeeds, a docker will be built and pushed into the GitHub container below 75%, the workflow will fail. If the workflow succeeds, a docker will be
registry. The docker image will be tagged with the latest tag. A Komodo built and pushed into the GitHub container registry. The docker image will be
deployment will automatically be triggered to deploy the new image to the tagged with the latest tag. A Komodo deployment will automatically be triggered
environment. to deploy the new image to the environment.
## Screenshots ## Screenshots