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

test: add fuzz test for artifact reference parsing #460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AdamKorcz
Copy link
Contributor

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.34%. Comparing base (84c2ec0) to head (7c46b1f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #460   +/-   ##
=======================================
  Coverage   81.34%   81.34%           
=======================================
  Files          34       34           
  Lines        2578     2578           
=======================================
  Hits         2097     2097           
  Misses        335      335           
  Partials      146      146           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yizha1
Copy link
Contributor

yizha1 commented Sep 26, 2024

@AdamKorcz You may need to merge the latest changes and sign-off the commit again.

@AdamKorcz
Copy link
Contributor Author

@AdamKorcz You may need to merge the latest changes and sign-off the commit again.

done

Signed-off-by: Adam Korczynski <adam@adalogics.com>
@AdamKorcz
Copy link
Contributor Author

Have signed the commit.

Copy link
Contributor

@Two-Hearts Two-Hearts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with suggestion

import (
"testing"

orasRegistry "oras.land/oras-go/v2/registry"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: by golang convention

Suggested change
orasRegistry "oras.land/oras-go/v2/registry"
orasregistry "oras.land/oras-go/v2/registry"

@Two-Hearts Two-Hearts changed the title add fuzz test for artifact reference parsing test: add fuzz test for artifact reference parsing Sep 27, 2024
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.

3 participants