mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 17:48:41 +00:00
Call those directly
This commit is contained in:
parent
95e7287045
commit
b250210426
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -26,12 +26,12 @@ jobs:
|
|||||||
flake8
|
flake8
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
python -m coverage run --source=thefuck,tests -m py.test -v --capture=sys tests
|
coverage run --source=thefuck,tests -m py.test -v --capture=sys tests
|
||||||
- name: Functional Test
|
- name: Functional Test
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.8' }}
|
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.8' }}
|
||||||
run: |
|
run: |
|
||||||
python -m coverage run --source=thefuck,tests -m py.test -v --capture=sys tests -m functional --enable-functional
|
coverage run --source=thefuck,tests -m py.test -v --capture=sys tests -m functional --enable-functional
|
||||||
- name: Post Coverage to Coveralls
|
- name: Post Coverage to Coveralls
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.8' }}
|
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.8' }}
|
||||||
run: |
|
run: |
|
||||||
python -m coveralls
|
coveralls
|
Loading…
x
Reference in New Issue
Block a user