sourcegraph/cmd
Quinn Slack 59c82bcfb1
disable frontend code coverage tracking (#57820)
Our tracking of frontend (TypeScript) code coverage has decayed and was no longer being used. The Codecov report at https://app.codecov.io/gh/sourcegraph/sourcegraph significantly under-counts coverage, and what coverage tasks we did have were flaky in CI and relied on old libraries that have not been updated recently to keep with modern practices (such as `@storybook/addon-storyshots` only supporting Jest with `injectGlobals`).

From https://sourcegraph.slack.com/archives/C04MYFW01NV/p1698059032863009?thread_ts=1698054092.709309&cid=C04MYFW01NV, the proposal is to remove coverage tracking for now and prioritize getting tests to run really fast and smooth locally first, including upgrading our testing infra, and then reenable code coverage tracking.
2023-10-23 21:29:40 +00:00
..
batcheshelper Move batcheshelper out of enterprise (#54923) 2023-07-13 19:46:09 +02:00
blobstore uploadstore: list with prefix (#56538) 2023-09-15 14:49:02 +02:00
bundled-executor Build bundled-executor with shell build tag again (#55792) 2023-08-11 21:39:32 +02:00
cody-gateway logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
embeddings authz: Don't return error for subrepoperm constructor (#57471) 2023-10-09 21:30:43 +02:00
executor logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
executor-kubernetes Move executor-kubernetes out of enterprise (#56449) 2023-09-08 16:24:05 +02:00
frontend disable frontend code coverage tracking (#57820) 2023-10-23 21:29:40 +00:00
gitserver Fixup a few code comments (#57676) 2023-10-23 21:37:46 +02:00
loadtest logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
migrator bzl: rework how we populate the database schemas for migrator (#57591) 2023-10-23 15:40:09 +02:00
pings logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
precise-code-intel-worker logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
repo-updater logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
searcher logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
server use esbuild for client/web builds (#57365) 2023-10-23 10:59:06 -07:00
sourcegraph use esbuild for client/web builds (#57365) 2023-10-23 10:59:06 -07:00
symbols logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
telemetry-gateway logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
worker logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.