Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Explain weird coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jan 14, 2020
1 parent d68fa80 commit 534d1a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Install dependencies
run: |
luarocks install luafilesystem
luarocks install busted
luarocks install luacov
luarocks install luacov-coveralls --server=http://rocks.moonscript.org/dev
luarocks install luacheck
Expand All @@ -30,6 +29,8 @@ jobs:
lua -lluacov bin/spec.lua
luacheck src benchmarks examples
# luacov-coveralls default settings do not function on GitHub Actions.
# We need to pass different service name and repo token explicitly
- name: Report to Coveralls
run: luacov-coveralls --repo-token $REPO_TOKEN --service-name github
env:
Expand Down

0 comments on commit 534d1a7

Please sign in to comment.