Skip to content

Conversation

@erezrokah
Copy link
Member

@erezrokah erezrokah commented Jun 1, 2023

Summary

Follow up to #922. 2 more tests. The tests pass since uuid.UUID implements the Stringer interface


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@github-actions
Copy link

github-actions bot commented Jun 1, 2023

⏱️ Benchmark results

  • Glob-8 ns/op: 101

@github-actions github-actions bot added test and removed test labels Jun 1, 2023
{source: nilPointerByteArray, result: UUID{}},
{source: nilPointerString, result: UUID{}},
{source: &uuid.UUID{}, result: UUID{Value: [16]byte{0}, Valid: true}},
{source: uuid.UUID{}, result: UUID{Value: [16]byte{0}, Valid: true}},
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add the uuid.DNSNamespace case as well (ass uuid.Nil is trivial only)

@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (42e1afb) 48.75% compared to head (1902cfb) 48.75%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #932   +/-   ##
=======================================
  Coverage   48.75%   48.75%           
=======================================
  Files          87       87           
  Lines        8086     8086           
=======================================
  Hits         3942     3942           
  Misses       3787     3787           
  Partials      357      357           

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

@kodiakhq kodiakhq bot merged commit badec9d into cloudquery:main Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants