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

Added test case for a borrowed str #441

Merged
merged 1 commit into from
Dec 2, 2021
Merged

Added test case for a borrowed str #441

merged 1 commit into from
Dec 2, 2021

Conversation

VictorKoenders
Copy link
Contributor

In the code there was a test struct with a &'a str field, but during the derive implementation we must've forgotten to re-enable it

@codecov-commenter
Copy link

Codecov Report

Merging #441 (e26bd3a) into trunk (f4b4a5d) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            trunk     #441      +/-   ##
==========================================
+ Coverage   61.74%   61.80%   +0.05%     
==========================================
  Files          46       46              
  Lines        3338     3343       +5     
==========================================
+ Hits         2061     2066       +5     
  Misses       1277     1277              
Impacted Files Coverage Δ
tests/derive.rs 100.00% <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 f4b4a5d...e26bd3a. Read the comment docs.

@VictorKoenders VictorKoenders merged commit d3a51a9 into trunk Dec 2, 2021
@VictorKoenders VictorKoenders deleted the test/str branch December 2, 2021 10:44
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.

3 participants