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:
David Briscoe 2021-06-23 16:28:47 -07:00
parent dbc8d7cf85
commit 1b2aeffe00

View File

@ -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