From a5ac1cce835fe7a5f629ccd94a60ea2452c825c8 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 12 Feb 2021 13:54:42 -0700 Subject: [PATCH] docs(ci): update code coverage instructions --- ci/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/README.md b/ci/README.md index bd38e06d..0558a33f 100644 --- a/ci/README.md +++ b/ci/README.md @@ -49,8 +49,9 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub) Currently, we run a command to manually generate the code coverage shield. Follow these steps: -1. Run `yarn badges` -2. Go into the README and change the color from `red` to `green` in this line: +1. Run `yarn test` and make sure all the tests are passing +2. Run `yarn badges` +3. Go into the README and change the color from `red` to `green` in this line: ``` ![Lines](https://img.shields.io/badge/Coverage-46.71%25-red.svg)