Closed ararslan closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
75f83ed
) 100.00% compared to head (27b9aff
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
can we update the docs? E.g. the change in #8 should probably be replaced with this
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
556642f
) to head (85f924b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Version bumped, docs updated. Looks like #3 updated the README but not the docs, so the change made to the documentation is larger than it would otherwise be.
Requesting re-review due to the docs change.
This adds functions
collect_tables
, which turns the output ofgenerate
into aNamedTuple
of tables, andgenerate_tables
which is just a convenience atopcollect_tables(generate(...))
.Example using the setup in the package's README:
Closes #6
I've had this change locally for months and had just forgotten to push it. 🙃