Fix coveralls

This commit is contained in:
Oliver Walters 2021-03-31 16:57:44 +11:00
parent fd43f8dc64
commit ae72224ece

View File

@ -30,6 +30,7 @@ jobs:
run: |
invoke coverage
- name: Upload Coverage Report
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: coveralls
#uses: coverallsapp/github-action@master
#with:
# github-token: ${{ secrets.GITHUB_TOKEN }}