- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15
Collect code coverage data #195
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
Conversation
1f20c8d    to
    2c87a99      
    Compare
  
    | Is it possible to push results to coveralls? Something like https://github.com/tarantool/graphql.0/blob/05f39946299cb2f35a97be326b992aace0205eaf/.travis.yml#L46 | 
5810297    to
    289331b      
    Compare
  
    | Let's bump luatest version while we are here | 
d5b07f4    to
    7bf53ff      
    Compare
  
    | 
 bumped in a separate commit | 
23a626e    to
    59f30e9      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
59f30e9    to
    a198ecc      
    Compare
  
    When TARANTOOL_INSTALL_LUADIR is not defined CMake configuration
failed with error:
    CMake configuration failed with messages:
    CMake Error at CMakeLists.txt:17 (install):
      install DIRECTORY given no DESTINATION!
    CMake Error at CMakeLists.txt:22 (install):
      install FILES given no DESTINATION!
    CMake Error at CMakeLists.txt:27 (install):
      install DIRECTORY given no DESTINATION!
Added default value for TARANTOOL_INSTALL_LUADIR that fixes a problem.
    a198ecc    to
    2ddf697      
    Compare
  
    1d0755b    to
    23be327      
    Compare
  
    23be327    to
    b6da111      
    Compare
  
    b6da111    to
    8348d91      
    Compare
  
    luacov-coveralls allows to post code coverage data generated by luacov to coveralls.io service [1] that has a nice UI to display covered and uncovered code. We run regression tests for Tarantool CE and EE, however source code of Tarantool EE is closed, so we send code coverage to Coveralls for Tarantool CE only. 1. https://coveralls.io/github/tarantool/crud
Changes are available in [1]. 1. tarantool/luatest@0.5.4...master
8348d91    to
    d1f83ea      
    Compare
  
    | Moved commit "Update Tarantool versions in test matrix" to a separate PR - | 
What has been done? Why? What problem is being solved?
I didn't forget about
Closes #???