From 9cbf30c81316871a02baaee6092413b184a33028 Mon Sep 17 00:00:00 2001 From: Cassidy Boilley Date: Tue, 28 May 2024 12:06:47 -0700 Subject: [PATCH] updated readme for the final handoff --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 42539b0..5d7ec3a 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,8 @@ To install the project, clone the repository and run `npm install` to install al **DevOps Notes** -- Currently coverage reports aren't properly being uploaded to CodeCov - In the main.yaml, the Docker Image is currently being uploaded to a personal Docker Hub repo (Account name is cassidyboilley099 and repo is job-bank) -- There will be a need to add more qa tests for the app as the current coverage is only around 20% +- There will be a need to add more qa tests for the app as the current coverage sits around 0% as jest doesnt consider e2e testing. - The ACTIONS_TOKEN is currently my PAT, a new token will need to be made. The same applies to the DOCKER_PASSWORD and DOCKER_USERNAME. To modify these go to the repo -> Settings -> Secrets and Variables -> Actions ^^