Skip to content

Commit

Permalink
luacov doesn't work because of nlua :(
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyshear committed Nov 21, 2024
1 parent 7ed468a commit 2d42778
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions .busted
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,4 @@ return {
lpath = 'lua/?.lua;lua/?/init.lua',
lua = 'nlua',
},
default = {
verbose = true,
},
tests = {
verbose = true,
},
}
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,4 @@ jobs:
- name: run test
shell: bash
run: |
busted -c -v
- name: Report test coverage
if: success()
continue-on-error: true
run: luacov-coveralls -i drash.nvim -e .luarocks
env:
COVERALLS_REPO_TOKEN: ${{ github.token }}
busted -v
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
.tests/

0 comments on commit 2d42778

Please sign in to comment.