objectionary/eo-lsp-server

test coverage is pretty low

Ouverte

#64 ouverte le 13 août 2025

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (9 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (6 étoiles)
Métriques de merge PR
 (Merge moyen 4j 17h) (5 PRs mergées en 30 j)

Description

Currently, test coverage is around 80%, which is pretty low for such a small project. Let's add tests to make sure all code is covered. In other words, the coverage must be 100%.

Then, let's add a check into the build: we must fail if coverage drops below 95%.

Guide contributeur