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

replace interface{} to any, add fuzz test and fi… …x bug -0 #48

Merged
merged 4 commits into from
Aug 16, 2024

Conversation

Breeze0806
Copy link
Owner

@Breeze0806 Breeze0806 commented Aug 16, 2024

In addition to fixing bugs, in this new version, we have adopted fuzz testing and the corresponding generic any type to ensure compatibility with Go 1.20, and have also deprecated the io/ioutil library among other changes

@Breeze0806 Breeze0806 merged commit 5e171af into main Aug 16, 2024
6 checks passed
@Breeze0806 Breeze0806 deleted the v0.2.x branch August 16, 2024 15:42
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.49%. Comparing base (46373d4) to head (04ffa4e).
Report is 2 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #48      +/-   ##
==========================================
+ Coverage   92.38%   92.49%   +0.10%     
==========================================
  Files         124      124              
  Lines        6726     6731       +5     
==========================================
+ Hits         6214     6226      +12     
+ Misses        408      402       -6     
+ Partials      104      103       -1     

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

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.

2 participants