Skip to content

Conversation

@FollowTheProcess
Copy link
Owner

  • Add an internal parse package for type safe parsing
  • Add cast to the parse package
  • Add a format package to do the inverse
  • Add type names to the format package

Summary

@FollowTheProcess FollowTheProcess added the refactoring Refactoring label Nov 9, 2025
@codecov
Copy link

codecov bot commented Nov 9, 2025

Codecov Report

❌ Patch coverage is 82.63473% with 29 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.32%. Comparing base (6769943) to head (bed0cf9).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/parse/parse.go 75.00% 16 Missing ⚠️
internal/arg/arg.go 86.31% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
- Coverage   87.06%   86.32%   -0.75%     
==========================================
  Files           5        7       +2     
  Lines        1477     1514      +37     
==========================================
+ Hits         1286     1307      +21     
- Misses        129      145      +16     
  Partials       62       62              

☔ 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.

@FollowTheProcess FollowTheProcess merged commit 72a4930 into main Nov 9, 2025
10 of 12 checks passed
@FollowTheProcess FollowTheProcess deleted the refactor/flag-arg-parsing branch November 9, 2025 10:00
FollowTheProcess added a commit that referenced this pull request Dec 3, 2025
* Add an internal parse package for type safe parsing

* Add cast to the parse package

* Add a format package to do the inverse

* Add type names to the format package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants