Skip to content
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

Implement crane.Head #1057

Merged
merged 1 commit into from
Jun 21, 2021
Merged

Implement crane.Head #1057

merged 1 commit into from
Jun 21, 2021

Conversation

jonjohnsonjr
Copy link
Collaborator

This returns a v1.Descriptor, so it's possible to detect the media type,
digest, and size of a remote artifact.

This returns a v1.Descriptor, so it's possible to detect the media type,
digest, and size of a remote artifact.
@codecov-commenter
Copy link

codecov-commenter commented Jun 18, 2021

Codecov Report

Merging #1057 (5d71235) into main (0233fcd) will increase coverage by 0.42%.
The diff coverage is 78.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1057      +/-   ##
==========================================
+ Coverage   75.03%   75.46%   +0.42%     
==========================================
  Files         107      107              
  Lines        5072     5087      +15     
==========================================
+ Hits         3806     3839      +33     
+ Misses        720      703      -17     
+ Partials      546      545       -1     
Impacted Files Coverage Δ
pkg/crane/get.go 100.00% <ø> (ø)
pkg/v1/tarball/image.go 76.82% <50.00%> (-1.38%) ⬇️
pkg/v1/remote/descriptor.go 73.36% <71.42%> (ø)
pkg/v1/remote/write.go 63.59% <75.00%> (+0.20%) ⬆️
internal/verify/verify.go 100.00% <100.00%> (ø)
pkg/authn/keychain.go 100.00% <100.00%> (ø)
pkg/crane/digest.go 72.72% <100.00%> (ø)
pkg/gcrane/options.go 100.00% <100.00%> (+53.33%) ⬆️
pkg/v1/google/keychain.go 85.71% <100.00%> (ø)
pkg/v1/remote/image.go 79.72% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3bfd0b5...5d71235. Read the comment docs.

@jonjohnsonjr jonjohnsonjr merged commit 5f53e4e into google:main Jun 21, 2021
@jonjohnsonjr jonjohnsonjr deleted the crane-get branch June 21, 2021 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants