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: | run: |
invoke coverage invoke coverage
- name: Upload Coverage Report - name: Upload Coverage Report
uses: coverallsapp/github-action@master run: coveralls
with: #uses: coverallsapp/github-action@master
github-token: ${{ secrets.GITHUB_TOKEN }} #with:
# github-token: ${{ secrets.GITHUB_TOKEN }}