testing coveralls

This commit is contained in:
wh1te909 2022-04-09 00:26:22 +00:00
parent c3a0b9192f
commit 6a94489df0
1 changed files with 5 additions and 0 deletions

View File

@ -54,3 +54,8 @@ jobs:
if [ $? -ne 0 ]; then
exit 1
fi
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}