Closed umbynos closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.05%. Comparing base (
92436f3
) to head (a4d7dd9
). Report is 17 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Having an
example
file in the library was causing the tool to panic, because it was being treated like a directory, but without checking if it was actually one. Theexample
file is just ignored now. Close #751 The bug was discovered in https://github.com/arduino/library-registry/pull/4836