Closed mhutchinson closed 3 months ago
Attention: Patch coverage is 0%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 28.62%. Comparing base (
46ec9c2
) to head (2fc54ee
). Report is 33 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
hammer/hammer.go | 0.00% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This moves instantiation of the leaf generation rules to the main function, which makes future work to support generating different types of leaves (e.g. x509 certs) easier to implement. Probability of duplicates has been moved to a flag, and some minor code inlining makes code better co-located.