1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Add token for coveralls

This commit is contained in:
Pablo Santiago Blum de Aguiar 2021-01-03 21:46:33 +01:00
parent d56c7f3cf9
commit 0aadd59b40

View File

@ -33,5 +33,7 @@ jobs:
coverage run --source=thefuck,tests -m py.test -v --capture=sys tests -m functional --enable-functional
- name: Post Coverage to Coveralls
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.8' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls