Skip to content

fix: deduplicate UUID parsing logic with parsing tests #217;#218

Merged
cameracker merged 5 commits into
gofrs:masterfrom
atlet99:fix/code_duplication
Sep 2, 2025
Merged

fix: deduplicate UUID parsing logic with parsing tests #217;#218
cameracker merged 5 commits into
gofrs:masterfrom
atlet99:fix/code_duplication

Conversation

@atlet99

@atlet99 atlet99 commented Jul 4, 2025

Copy link
Copy Markdown
Contributor

For fixing issue - #217

Comment thread codec.go
@codecov

codecov Bot commented Jul 4, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bbcba78) to head (191e278).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #218   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          552       516   -36     
=========================================
- Hits           552       516   -36     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kohenkatz

Copy link
Copy Markdown
Contributor

Thank you!

Looks good to me. Let's see if anyone else has any comments.

@kohenkatz kohenkatz linked an issue Jul 4, 2025 that may be closed by this pull request
3 tasks
@cameracker

Copy link
Copy Markdown
Collaborator

@atlet99 thank you so much for the contribution (and apologies for the delay). Been a busy last couple of months.

@cameracker
cameracker merged commit efd4d5a into gofrs:master Sep 2, 2025
7 checks passed
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.

Code Duplication Between Parse and UnmarshalText

3 participants