This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Replies: 1 comment
-
The problem with just Combining everything (Unit Tests [run for Postgres and SQLite], instrumented tests when running Complement and Sytest [also in all combinations]), we currently have a code coverage of roughly 65% |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Noticed there are
108396
lines of Go in dendrite, Is it a huge amount of maintenance cost?code by module
code by folder name
code line by tokei, like:
by storage type
Coverage of Unit test
go test ./... -cover -coverprofile=coverage.out go tool cover -func=coverage.out
The total coverage is
23.3%
.Beta Was this translation helpful? Give feedback.
All reactions