neomake / neomake
Showing 1 of 1 files from the diff.

@@ -67,7 +67,7 @@
Loading
67 67
    let maker = {
68 68
        \ 'args': [
69 69
            \ '--output-format=text',
70 -
            \ '--msg-template="{path}:{line}:{column}:{C}: [{symbol}] {msg} [{msg_id}]"',
70 +
            \ '--msg-template=''{path}:{line}:{column}:{C}: [{symbol}] {msg} [{msg_id}]''',
71 71
            \ '--reports=no'
72 72
        \ ],
73 73
        \ 'errorformat':
Files Coverage
autoload 93.94%
syntax 100.00%
tests 83.10%
plugin/neomake.vim 96.97%
Project Totals (125 files) 93.28%
nvim-017
Build #27975 -
CIRCLE_JOB=nvim-017
nvim
nvim-038
Build #27977 -
CIRCLE_JOB=nvim-038
nvim
vim-master
Build #27976 -
CIRCLE_JOB=vim-master
vim
vim-80
Build #27978 -
CIRCLE_JOB=vim-80
vim
nvim-050
Build #27980 -
CIRCLE_JOB=nvim-050
nvim
vim-74-xenial
Build #27979 -
CIRCLE_JOB=vim-74-xenial
vim
vim-74-trusty
Build #27983 -
CIRCLE_JOB=vim-74-trusty
vim
vim-73
Build #27981 -
CIRCLE_JOB=vim-73
vim
nvim-master
Build #27985 -
CIRCLE_JOB=nvim-master
nvim
vim-81
Build #27982 -
CIRCLE_JOB=vim-81
vim

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading