Closed mikemccracken closed 6 months ago
Attention: Patch coverage is 61.53846%
with 15 lines
in your changes are missing coverage. Please review.
Project coverage is 57.44%. Comparing base (
86ba851
) to head (eaa2d19
).
Files | Patch % | Lines |
---|---|---|
pkg/stacker/import.go | 58.62% | 10 Missing and 2 partials :warning: |
pkg/stacker/network.go | 66.66% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
For import types that will be checked, save the calculated hash of the downloaded file and print them together in the format of a yaml imports section for easy copy and pasting to add hashes to a file.
Because we only the parse file contents after the substitution placeholders are replaced, this isn't a direct copy and paste replacement, but it is an improvement, and it should be easy enough to tell which expanded paths come from what input.
The relevant info is already present if you build with
--debug
, but this consolidates it into one place, and without --debug, the hash is not printed.Here is an example of the output without --debug: