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 for :spellrepall #1717

Closed
wants to merge 1 commit into from
Closed

Conversation

dpelle
Copy link
Member

@dpelle dpelle commented May 22, 2017

This PR adds a test for the :spellrepall command which was not covered
with tests according to codecov:
https://codecov.io/gh/vim/vim/src/master/src/spell.c#L3647

@codecov-io
Copy link

Codecov Report

Merging #1717 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1717      +/-   ##
==========================================
+ Coverage   74.94%   75.02%   +0.08%     
==========================================
  Files          76       76              
  Lines      124906   124946      +40     
==========================================
+ Hits        93609    93742     +133     
+ Misses      31297    31204      -93
Impacted Files Coverage Δ
src/message.c 68.07% <0%> (-0.46%) ⬇️
src/gui.c 45.56% <0%> (-0.06%) ⬇️
src/channel.c 83.71% <0%> (ø) ⬆️
src/evalfunc.c 81.12% <0%> (+0.02%) ⬆️
src/gui_gtk_x11.c 47.44% <0%> (+0.15%) ⬆️
src/window.c 81.25% <0%> (+0.16%) ⬆️
src/if_py_both.h 76.02% <0%> (+0.46%) ⬆️
src/spell.c 82.11% <0%> (+2.07%) ⬆️
src/if_xcmdsrv.c 86.11% <0%> (+2.77%) ⬆️

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 2a0b06d...7530e5d. Read the comment docs.

@brammool brammool closed this in 545cb79 May 23, 2017
desvp pushed a commit to desvp/vim that referenced this pull request May 30, 2017
Problem:    No test coverage for :spellrepall.
Solution:   Add a test. (Dominique Pelle, closes vim#1717)
dpelle pushed a commit to dpelle/vim that referenced this pull request Jul 31, 2017
Problem:    No test coverage for :spellrepall.
Solution:   Add a test. (Dominique Pelle, closes vim#1717)
justinmk added a commit to neovim/neovim that referenced this pull request Jan 15, 2018
Problem:    No test coverage for :spellrepall.
Solution:   Add a test. (Dominique Pelle, closes vim/vim#1717)

vim/vim@545cb79
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.

2 participants