You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
Not sure if everyone is able to see the reports in codecov. If not, we need to find a way to make those publicly available for convenience.
From a quick look I gave to them:
The function
sylb_note_mapis not currently covered by the tests:From the driver, almost no code is being covered by the tests. Here is the overall picture:
Having tests that exercise all the code is desirable. This is what these tools (code coverage) reveal and are useful for.
Yet, good thing code coverage is running now!
A low-priority issue derived from this is to extend the tests to exercise more of the codebase.