Skip to content

Commit a5ac1cc

Browse files
committed
docs(ci): update code coverage instructions
1 parent ef6c1bd commit a5ac1cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
4949

5050
Currently, we run a command to manually generate the code coverage shield. Follow these steps:
5151

52-
1. Run `yarn badges`
53-
2. Go into the README and change the color from `red` to `green` in this line:
52+
1. Run `yarn test` and make sure all the tests are passing
53+
2. Run `yarn badges`
54+
3. Go into the README and change the color from `red` to `green` in this line:
5455

5556
```
5657
![Lines](https://img.shields.io/badge/Coverage-46.71%25-red.svg)

0 commit comments

Comments
 (0)