Skip to content

Commit

Permalink
feat(test): add nvim-coverage (#187)
Browse files Browse the repository at this point in the history
* feat(test): add nvim-coverage

* Update lua/astrocommunity/test/nvim-coverage/nvim-coverage.lua

Co-authored-by: Oli <[email protected]>

* Update lua/astrocommunity/test/nvim-coverage/nvim-coverage.lua

Co-authored-by: Oli <[email protected]>

* fix(nvim-coverage): requested changes

---------

Co-authored-by: Oli <[email protected]>
  • Loading branch information
0xricksanchez and owittek authored May 4, 2023
1 parent af30b33 commit 43099dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/test/nvim-coverage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# nvim-coverage

**Repository:** <https://github.com/andythigpen/nvim-coverage>

Displays test coverage data in the sign column
5 changes: 5 additions & 0 deletions lua/astrocommunity/test/nvim-coverage/nvim-coverage.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
"andythigpen/nvim-coverage",
event = "User AstroFile",
requires = { "nvim-lua/plenary.nvim" },
}

0 comments on commit 43099dd

Please sign in to comment.