You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# code-server ·[](https://github.com/cdr/code-server/discussions)[](https://cdr.co/join-community)[](https://twitter.com/coderhq)
Copy file name to clipboardExpand all lines: ci/README.md
-14
Original file line number
Diff line number
Diff line change
@@ -36,20 +36,6 @@ Any file or directory in this subdirectory should be documented here.
36
36
1. Install [homebrew](https://brew.sh/)
37
37
2. Run `brew bump-formula-pr --version=3.8.1 code-server` and update the version accordingly. This will bump the version and open a PR. Note: this will only work once the version is published on npm.
38
38
39
-
## Updating Code Coverage in README
40
-
41
-
Currently, we run a command to manually generate the code coverage shield. Follow these steps:
42
-
43
-
1. Run `yarn test:unit` and make sure all the tests are passing
44
-
2. Run `yarn badges`
45
-
3. Go into the README and change the color from `red` to `green` in this line:
NOTE: we have to manually change the color because the default is red if coverage is less than 80. See code [here](https://github.com/olavoparno/istanbul-badges-readme/blob/develop/src/editor.ts#L24-L33).
52
-
53
39
## dev
54
40
55
41
This directory contains scripts used for the development of code-server.
0 commit comments