MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Achieve higher test coverage #228

Open clemens-mw opened 4 months ago

clemens-mw commented 4 months ago

Currently we have average coverage for all files: 76.96 % Stmts | 70.93 % Branch | 77.11 % Funcs | 76.93 % Lines

clemens-mw commented 3 months ago

We should also update the thresholds in vitest.config.ts after achieving higher coverage

ChristianHuehn commented 2 months ago

I'm against adding a generic story to add tests. I rather want to change our processes and maybe habe it fine grained instead. :)

ChristianHuehn commented 2 months ago

The idea of freezing the current coverage and block releases if it goes lower is a good idea 👍