Open michielbdejong opened 4 years ago
Looks like 191 out of 35620 lines are covered by tests. Most repos only do lint; solid-panes does have a couple of jest
tests, but only as a proof of concept. Some room for improvement there, it seems:
Some indication of code complexity:
We could also tighten up the limit for https://eslint.org/docs/rules/complexity And enable CodeMetrics in VSCode.
I'm doing a little inventory to get a feel for how much code is in mashlib:
Output: 32814 lines of JS, 2806 lines of TS. This includes solid-ui, the panes, and mashlib, but it excludes rdflib.js, solid-auth-client, and node-solid-server. Next I'll try to get some numbers for test coverage and code complexity.