arades79 / hyperdome

the safest place to reach out
Other
27 stars 1 forks source link

Impement test coverage check and achieve 100% test coverage #84

Closed arades79 closed 1 year ago

arades79 commented 4 years ago

Ideal unit tests will cover all interfaces and be capable of testing changes in all modules.

arades79 commented 1 year ago

Test coverage is enabled with coverage package, but actual coverage percentage is very low.

For now, it makes more sense to prioritize the API milestone, then create tests that assure the behavior of that API such that alternate servers and clients can be made.