Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Added test case for a borrowed str#441

Merged
VictorKoenders merged 1 commit intotrunkfrom
test/str
Dec 2, 2021
Merged

Added test case for a borrowed str#441
VictorKoenders merged 1 commit intotrunkfrom
test/str

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants