]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Link to unit test results from README rather than image
authornewtonne <14221622+newtonne@users.noreply.github.com>
Sun, 14 May 2023 13:06:32 +0000 (14:06 +0100)
committernewtonne <14221622+newtonne@users.noreply.github.com>
Sun, 14 May 2023 13:06:32 +0000 (14:06 +0100)
README.md

index 28527cbc22c04e311abace2acb55f0d5ed0de55f..46674bb8344c0bda944c76a67e2e38988f70981d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![unit-tests](https://github.com/yegappan/lsp/workflows/unit-tests/badge.svg?branch=main)
+[![unit-tests](https://github.com/yegappan/lsp/workflows/unit-tests/badge.svg?branch=main)](https://github.com/yegappan/lsp/actions/workflows/unitests.yml?query=branch%3Amain)
 
 Language Server Protocol (LSP) plugin for Vim. You need Vim version 9.0 or above to use this plugin.  This plugin is written using only the Vim9 script.