1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00
This commit is contained in:
Pablo Santiago Blum de Aguiar 2021-01-03 21:24:40 +01:00
parent 7cad22055f
commit d910d4b69d

View File

@ -33,6 +33,6 @@ jobs:
run: |
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' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.8' }}
run: |
coveralls
coveralls