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

add registry.Repo("foo") #1671

Merged
merged 3 commits into from
May 1, 2023
Merged

add registry.Repo("foo") #1671

merged 3 commits into from
May 1, 2023

Conversation

imjasonh
Copy link
Collaborator

reg, _ := name.NewRegistry("foo.io")
repo := reg.Repo("bar").Tag("v3") // -> foo.io/bar:v3

@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2023

Codecov Report

Merging #1671 (0785c40) into main (58bd35b) will increase coverage by 0.91%.
The diff coverage is 0.00%.

❗ Current head 0785c40 differs from pull request most recent head 666716a. Consider uploading reports for the commit 666716a to get more accurate results

@@            Coverage Diff             @@
##             main    #1671      +/-   ##
==========================================
+ Coverage   71.89%   72.80%   +0.91%     
==========================================
  Files         120      121       +1     
  Lines        9833     9631     -202     
==========================================
- Hits         7069     7012      -57     
+ Misses       2046     1941     -105     
+ Partials      718      678      -40     
Impacted Files Coverage Δ
pkg/name/registry.go 97.05% <0.00%> (-2.95%) ⬇️

... and 19 files with indirect coverage changes

@imjasonh imjasonh enabled auto-merge (squash) April 24, 2023 20:35
pkg/name/registry.go Outdated Show resolved Hide resolved
pkg/name/registry.go Outdated Show resolved Hide resolved
pkg/name/registry.go Outdated Show resolved Hide resolved
Signed-off-by: Jason Hall <jason@chainguard.dev>
@imjasonh imjasonh merged commit 5438948 into google:main May 1, 2023
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