Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyshear committed Nov 20, 2024
1 parent 229913e commit f2241a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,21 @@ jobs:
lua_versions: 5.1.1
luarocks_versions: 5.1.1:3.11.1

- name: run test
- name: Install dependencies
shell: bash
run: |
luarocks install luacheck
luarocks install busted
luarocks install luacov-coveralls
- name: run test
shell: bash
run: |
busted ./test
- name: Report test coverage
if: success()
continue-on-error: true
run: luacov-coveralls -i drash.nvim -e .luarocks
env:
COVERALLS_REPO_TOKEN: ${{ github.token }}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# drash.nvim

[![Ci](https://github.com/sammyshear/drash.nvim/actions/workflows/ci.yml/badge.svg)](https://github.com/sammyshear/drash.nvim/actions/workflows/ci.yml)
![GitHub License](https://img.shields.io/github/license/sammyshear/drash.nvim?style=for-the-badge)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/sammyshear/drash.nvim/ci.yml?style=for-the-badge)
![Coveralls](https://img.shields.io/coverallsCoverage/github/sammyshear/drash.nvim?style=for-the-badge)

A Neovim plugin for helping to write a Drash/D'var Torah without leaving Neovim. It relies on the Sefaria API to provide info on the Parsha and any supporting texts you might need.

Expand Down

0 comments on commit f2241a8

Please sign in to comment.