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
-
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