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

Improved test coverage of if_tcl.c #3140

Closed
wants to merge 3 commits into from
Closed

Conversation

dpelle
Copy link
Member

@dpelle dpelle commented Jul 2, 2018

This PR improves coverage of Tcl tests.

@codecov-io
Copy link

codecov-io commented Jul 2, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3140      +/-   ##
==========================================
+ Coverage   76.03%   76.38%   +0.35%     
==========================================
  Files          93       93              
  Lines      136706   136733      +27     
==========================================
+ Hits       103942   104448     +506     
+ Misses      32764    32285     -479
Impacted Files Coverage Δ
src/os_unix.c 57.42% <0%> (-0.14%) ⬇️
src/gui_gtk_x11.c 48.13% <0%> (-0.1%) ⬇️
src/undo.c 83.11% <0%> (-0.07%) ⬇️
src/term.c 59.78% <0%> (-0.06%) ⬇️
src/gui.c 49.63% <0%> (-0.06%) ⬇️
src/version.c 82.95% <0%> (ø) ⬆️
src/quickfix.c 93.25% <0%> (ø) ⬆️
src/regexp.c 84.46% <0%> (+0.03%) ⬆️
src/option.c 85.03% <0%> (+0.04%) ⬆️
src/userfunc.c 87.18% <0%> (+0.05%) ⬆️
... and 7 more

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 a8a60d0...1d96494. Read the comment docs.

@k-takata
Copy link
Member

k-takata commented Jul 3, 2018

I'd like to inspect the code
coverage in Codecov before it can be merged in master.

Just FYI, you can enable Travis CI and Codecov on your forked repository.
If you enable them, you can check the coverage without creating a PR here.

@dpelle dpelle changed the title (WIP) Improved test coverage of if_tcl.c Improved test coverage of if_tcl.c Jul 3, 2018
@brammool brammool closed this in fd34ceb Jul 4, 2018
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

3 participants