mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02:00
docs(ci): update code coverage instructions
This commit is contained in:
parent
ef6c1bd46a
commit
a5ac1cce83
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
Currently, we run a command to manually generate the code coverage shield. Follow these steps:
|
||||||
|
|
||||||
1. Run `yarn badges`
|
1. Run `yarn test` and make sure all the tests are passing
|
||||||
2. Go into the README and change the color from `red` to `green` in this line:
|
2. Run `yarn badges`
|
||||||
|
3. Go into the README and change the color from `red` to `green` in this line:
|
||||||
|
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in a new issue