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

Move generated files to target/generated/bincode #600

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

trevyn
Copy link
Contributor

@trevyn trevyn commented Nov 3, 2022

Closes #594

xref: Resolves #531

@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Base: 54.23% // Head: 54.19% // Decreases project coverage by -0.04% ⚠️

Coverage data is based on head (ee3df13) compared to base (0c0a1f2).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk     #600      +/-   ##
==========================================
- Coverage   54.23%   54.19%   -0.05%     
==========================================
  Files          50       50              
  Lines        4425     4410      -15     
==========================================
- Hits         2400     2390      -10     
+ Misses       2025     2020       -5     
Impacted Files Coverage Δ
derive/src/lib.rs 0.00% <0.00%> (ø)
src/de/mod.rs 26.37% <ø> (ø)
src/enc/mod.rs 80.00% <ø> (ø)
src/lib.rs 15.33% <0.00%> (-1.26%) ⬇️
derive/src/attribute.rs 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@VictorKoenders VictorKoenders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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.

Please don't clutter the target directory Encode/Decode implementations are stored in target directory
2 participants