Allow coveralls failure
Fails like this even though we explicitly pass the token: ``` Upload error: Couldn't find a repository matching this job. Upload error: Couldn't find a repository matching this job. Upload error: Couldn't find a repository matching this job. Error: Process completed with exit code 255. ```
This commit is contained in:
parent
dbc8d7cf85
commit
1b2aeffe00
1
.github/workflows/runtest.yml
vendored
1
.github/workflows/runtest.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
- name: Run busted
|
||||
run: ~/.luarocks/bin/busted --verbose --coverage spec
|
||||
- name: Upload coverage
|
||||
continue-on-error: true # don't know why coveralls isn't uploading. For now, let this fail.
|
||||
run: |
|
||||
# ignore dotfile directories created by lua setup
|
||||
~/.luarocks/bin/luacov-coveralls --exclude '^%.%a+$' --repo-token WcsY9jsU97Zt0ZIbGHJftGkC8DsD16FVl
|
||||
|
Loading…
x
Reference in New Issue
Block a user