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

Remove unused field from RevisionDiffController #8927

Merged
merged 1 commit into from Mar 5, 2021

Conversation

drewnoakes
Copy link
Member

Proposed changes

Remove unused field from RevisionDiffController. This class is stateless. Update consuming code too.

Test methodology

  • It compiles. CI will run tests.

✒️ I contribute this code under The Developer Certificate of Origin.

This class is stateless. Update consuming code too.
@ghost ghost assigned drewnoakes Mar 5, 2021
@codecov
Copy link

codecov bot commented Mar 5, 2021

Codecov Report

Merging #8927 (34d2474) into master (273a0f6) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #8927      +/-   ##
==========================================
+ Coverage   56.05%   56.08%   +0.02%     
==========================================
  Files         925      925              
  Lines       65913    65906       -7     
  Branches    12095    12095              
==========================================
+ Hits        36948    36962      +14     
+ Misses      25949    25933      -16     
+ Partials     3016     3011       -5     
Flag Coverage Δ
production 43.33% <100.00%> (+0.02%) ⬆️
tests 94.84% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@drewnoakes drewnoakes merged commit afaae1d into gitextensions:master Mar 5, 2021
@ghost ghost added this to the 3.6 milestone Mar 5, 2021
@drewnoakes drewnoakes deleted the remove-unused-field branch March 6, 2021 02:28
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.

None yet

2 participants