I recommend having at least some unit tests for every function, and especially so for user-facing functions. It is not necessary to have 100% code coverage, but having minimal tests for user-facing functions helps safe guard against accidentally introducing API-breaking changes.
From looking at the codecov reports, it appears several functions lack any unit tests. These include:
I recommend having at least some unit tests for every function, and especially so for user-facing functions. It is not necessary to have 100% code coverage, but having minimal tests for user-facing functions helps safe guard against accidentally introducing API-breaking changes.
From looking at the codecov reports, it appears several functions lack any unit tests. These include: