Ran
|
Jobs
1
|
Files
678
|
Run time
27s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/neovim/neovim/commit/<a class=hub.com/neovim/neovim/commit/37420ef942085bf5e9344842a57c796b4d4c9684">37420ef94<a href="https://github.com/neovim/neovim/commit/37420ef942085bf5e9344842a57c796b4d4c9684">">build: set MIN_LOG_LEVEL correctly (#7419) closes #7283 regression by </a><a class="double-link" href="https://github.com/neovim/neovim/commit/<a class="double-link" href="https://github.com/neovim/neovim/commit/42d892913daa215c27e41b2255e96c1ce09ea56c">42d892913</a>">42d892913</a><a href="https://github.com/neovim/neovim/commit/37420ef942085bf5e9344842a57c796b4d4c9684"> - Don't need to explicitly put "-O2 -g" in RelWithDebInfo; CMake does that already. That was left-over from 42d892913daa2 which removed the "Dev" custom build-type, but repurposed the logic for RelWithDebInfo. - `if(DEFINED MIN_LOG_LEVEL)` doesn't work. - `if(${MIN_LOG_LEVEL} MATCHES "^$")` doesn't work if -DMIN_LOG_LEVEL is omitted. - `if(MIN_LOG_LEVEL)` also isn't what we want: it would be true if MIN_LOG_LEVEL=0.
86808 of 113134 relevant lines covered (76.73%)
186314.91 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
4 |
83.43 |
-0.3% | src/nvim/undo.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
7 | 24056.7 (GCOV=gcov-5 CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON") | 678 |
76.73 |
Travis Job 24056.7 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|