diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f38d1c..8852c80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +--- stages: - test - gen_coverage @@ -81,7 +82,9 @@ coverage: script: cd ./test/new && make -j1 coverage artifacts: reports: - cobertura: ./test/new/coverage.xml + coverage_report: + coverage_format: cobertura + path: ./test/new/coverage.xml paths: - ./test/new/htmlcov diff --git a/test/new/common/bootstrap.vim b/test/new/common/bootstrap.vim index 38c07f8..49c773e 100644 --- a/test/new/common/bootstrap.vim +++ b/test/new/common/bootstrap.vim @@ -8,6 +8,9 @@ if $TESTS_ENABLE_TREESITTER let &rtp = s:path.'/test/vader/plugged/nvim-treesitter,' . &rtp let &rtp .= ','.s:path.'/test/vader/plugged/nvim-treesitter/after' + runtime! plugin/nvim-treesitter.vim + runtime! plugin/nvim-treesitter.lua + lua <