From b890fe8f80d3faab4600528dfb4bf2adb4dc1dca Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 8 Jul 2020 16:34:06 +0300 Subject: [PATCH] ci: Use my fork of luacov-coveralls to fix GH Actions coverage --- .github/workflows/busted.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/busted.yml b/.github/workflows/busted.yml index 6c0a530..e526388 100644 --- a/.github/workflows/busted.yml +++ b/.github/workflows/busted.yml @@ -25,12 +25,12 @@ jobs: run: | luarocks install penlight ${{ matrix.penlightVersion }} luarocks install busted - luarocks install https://luarocks.org/manifests/moteus/luacov-coveralls-scm-0.rockspec + luarocks install https://raw.githubusercontent.com/alerque/luacov-coveralls/master/rockspecs/luacov-coveralls-scm-0.rockspec - name: Run Busted Tests run: busted -c -v - name: Report Test Coverage if: success() continue-on-error: true - run: luacov-coveralls + run: luacov-coveralls -i cassowary -e .luarocks env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}