mirror of
https://github.com/romanz/amodem.git
synced 2026-02-24 16:18:12 +08:00
Fix py.test in CI
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Install
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest mock pycodestyle coverage pylint
|
||||
pip install pytest pytest-cov mock pycodestyle coverage pylint
|
||||
pip install -e .
|
||||
|
||||
- name: Lint
|
||||
@@ -33,5 +33,4 @@ jobs:
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
coverage run --source amodem/ --omit="*/__main__.py" -m py.test -v
|
||||
coverage report
|
||||
py.test -v --cov=amodem
|
||||
|
||||
Reference in New Issue
Block a user