Right now, we track code coverage (i.e. it's enabled in Jest [here](https://github.com/cdr/code-server/blob/main/package.json#L138-L151)) but we don't do anything with it. I'd like to enable Codecov in order to start reporting our code coverage and help us track it over time. It's free for open-source projects and can [leave comments on PRs](https://docs.codecov.io/docs/pull-request-comments) with coverage reports.