cova
cova copied to clipboard
Improve Library Testing
Every public function in the library should be tested either individually or in a group similar to how the tests in src/cova work. Additionally this testing should be conducted across multiple targets.
- Stratify tests into a separate file (or series of files)?
- Group common/related function tests?
- Use GitHub actions to test across multiple targets and provide that info directly on the README.