Skip to content

Commit

Permalink
Merge b890fe8 into e846cf5
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 8, 2020
2 parents e846cf5 + b890fe8 commit 9f0cf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/busted.yml
Expand Up @@ -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 }}

0 comments on commit 9f0cf31

Please sign in to comment.