-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate per-file reports for compendia files #221
Conversation
It should be better at ignoring missing labels and descriptions now.
One idea - rather than
|
How about:
That's what I've currently implemented and this is definitely the easier format to work with on the intermediate files, but I can convert the final report into the |
This PR adds per-file reports for compendia files that are written into the
reports/content/
directory. We also generate an overall content report for compendia files. Since these are JSON files, I've addedjq
to the Babel image for use in debugging.This is what the overall content report looks like right now:
Should be merged after PR #201