cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.31k stars 71 forks source link

Increase test coverage #960

Open kkoreilly opened 1 month ago

kkoreilly commented 1 month ago

Describe the feature

We have reached 40% test coverage, which is good enough for v1, but we should try to increase that even more eventually. All of the testing infrastructure is in place, so anyone can easily contribute by adding more tests wherever there is missing coverage (see https://raw.githack.com/wiki/cogentcore/core/coverage.html).

Relevant code

No response