diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f31e87f3..a1628295 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + coveralls