Skip to content

Commit

Permalink
tests: fix coverage finish
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 17, 2021
1 parent 5a5bcb6 commit 37094ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -118,11 +118,11 @@ jobs:
continue-on-error: ${{ github.event_name != 'push' }}
needs: [test, test-os]
runs-on: ubuntu-latest
container: python:3-slim
steps:
- uses: actions/setup-python@v2
- name: Coveralls Finished
run: |
pip3 install --upgrade coveralls
pip install -U coveralls
coveralls --finish || :
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 37094ed

Please sign in to comment.