|
@@ -50,7 +50,7 @@ jobs:
|
|
env:
|
|
env:
|
|
PYTHON_VERSION: ${{ matrix.python-version }}
|
|
PYTHON_VERSION: ${{ matrix.python-version }}
|
|
- run: pipenv graph
|
|
- run: pipenv graph
|
|
- - run: pipenv run pytest --cov=cc1101 --cov-report=term-missing --cov-fail-under=93
|
|
+ - run: pipenv run pytest --cov=cc1101 --cov-report=term-missing --cov-fail-under=94
|
|
- run: pipenv run pylint --load-plugins=pylint_import_requirements cc1101
|
|
- run: pipenv run pylint --load-plugins=pylint_import_requirements cc1101
|
|
# https://github.com/PyCQA/pylint/issues/352
|
|
# https://github.com/PyCQA/pylint/issues/352
|
|
- run: pipenv run pylint tests/*
|
|
- run: pipenv run pylint tests/*
|