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

Refactored to support generics! #149

Merged
merged 47 commits into from
Apr 10, 2022
Merged

Refactored to support generics! #149

merged 47 commits into from
Apr 10, 2022

Conversation

MarvinJWendt
Copy link
Owner

No description provided.

@MarvinJWendt MarvinJWendt linked an issue Apr 7, 2022 that may be closed by this pull request
2 tasks
@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #149 (d848596) into main (0186844) will increase coverage by 1.36%.
The diff coverage is 95.96%.

@@            Coverage Diff             @@
##             main     #149      +/-   ##
==========================================
+ Coverage   85.06%   86.43%   +1.36%     
==========================================
  Files          10       11       +1     
  Lines         723      678      -45     
==========================================
- Hits          615      586      -29     
+ Misses         70       56      -14     
+ Partials       38       36       -2     
Impacted Files Coverage Δ
fuzz-utils.go 77.27% <77.27%> (ø)
assert.go 96.21% <100.00%> (+2.26%) ⬆️
capture.go 49.33% <100.00%> (ø)
fuzz-bools.go 100.00% <100.00%> (+16.66%) ⬆️
fuzz-floats64.go 86.95% <100.00%> (+2.34%) ⬆️
fuzz-ints.go 100.00% <100.00%> (+7.50%) ⬆️
fuzz-strings.go 100.00% <100.00%> (+4.90%) ⬆️
snapshot.go 83.78% <100.00%> (ø)
utils.go 77.77% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0186844...d848596. Read the comment docs.

@MarvinJWendt MarvinJWendt marked this pull request as ready for review April 10, 2022 00:40
@MarvinJWendt MarvinJWendt merged commit b7d816a into main Apr 10, 2022
@MarvinJWendt MarvinJWendt deleted the generics-refactor branch April 10, 2022 00:40
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.

Refactor to 1.18 generics
1 participant