release 0.1.0

This commit is contained in:
2024-02-25 20:48:26 -06:00
parent 6d7dbbfe74
commit 3ffd84e348
3 changed files with 50 additions and 0 deletions

View File

@@ -48,3 +48,13 @@ jobs:
run: luacov-coveralls -e .luarocks -e spec
env:
COVERALLS_REPO_TOKEN: ${{ github.token }}
finish:
if: always()
needs: busted
runs-on: ubuntu-latest
steps:
- name: Close coveralls build
uses: coverallsapp/github-action@v2
with:
parallel-finished: true