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

Fix and enable fuzzing #240

Merged
merged 5 commits into from
Jan 7, 2022
Merged

Fix and enable fuzzing #240

merged 5 commits into from
Jan 7, 2022

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Jan 7, 2022

Refs #238.

@AlekSi AlekSi added the code/bug Some user-visible feature works incorrectly label Jan 7, 2022
@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

Merging #240 (0182bbd) into main (1eb6429) will increase coverage by 1.33%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #240      +/-   ##
==========================================
+ Coverage   48.67%   50.00%   +1.33%     
==========================================
  Files         108      108              
  Lines        5048     5051       +3     
==========================================
+ Hits         2457     2526      +69     
+ Misses       2172     2128      -44     
+ Partials      419      397      -22     
Impacted Files Coverage Δ
internal/wire/op_msg.go 46.63% <100.00%> (+0.78%) ⬆️
internal/bson/document.go 44.33% <0.00%> (+0.97%) ⬆️
internal/fjson/fjson.go 85.52% <0.00%> (+3.94%) ⬆️
internal/fjson/document.go 50.00% <0.00%> (+4.16%) ⬆️
internal/fjson/double.go 72.91% <0.00%> (+6.25%) ⬆️
internal/bson/binary.go 46.80% <0.00%> (+6.38%) ⬆️
internal/bson/regex.go 45.65% <0.00%> (+6.52%) ⬆️
internal/fjson/array.go 60.86% <0.00%> (+6.52%) ⬆️
internal/bson/string.go 44.44% <0.00%> (+6.66%) ⬆️
internal/bson/datetime.go 51.35% <0.00%> (+8.10%) ⬆️
... and 12 more

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 1eb6429...0182bbd. Read the comment docs.

@AlekSi AlekSi marked this pull request as ready for review January 7, 2022 10:38
@AlekSi AlekSi merged commit 60a48c0 into main Jan 7, 2022
@AlekSi AlekSi deleted the fix-fuzzing branch January 7, 2022 10:39
@AlekSi AlekSi added this to the v0.0.6 milestone Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/bug Some user-visible feature works incorrectly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant