From 1b2aeffe00521feb01857acdb2bc90b626d70d9c Mon Sep 17 00:00:00 2001 From: David Briscoe Date: Wed, 23 Jun 2021 16:28:47 -0700 Subject: [PATCH] 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. ``` --- .github/workflows/runtest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/runtest.yml b/.github/workflows/runtest.yml index dc6fc05..9de935e 100644 --- a/.github/workflows/runtest.yml +++ b/.github/workflows/runtest.yml @@ -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