summaryrefslogtreecommitdiff
path: root/.github/workflows/codecoverage.yml
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-03-29 19:42:27 -0700
committerengn33r <engn33r@users.noreply.github.com>2021-03-29 19:42:27 -0700
commitac49468ed5a014c1beccd746618453c72e2812bf (patch)
tree4184d963cd0584ea68335c643cffb29a30a77f9a /.github/workflows/codecoverage.yml
parentc98736ecf194ecd9e7e2acb8b9a18bcfaf0ca156 (diff)
downloadwebsocket-client-ac49468ed5a014c1beccd746618453c72e2812bf.tar.gz
Improve _abnf.py test coverage
Diffstat (limited to '.github/workflows/codecoverage.yml')
-rw-r--r--.github/workflows/codecoverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml
index 7335663..69d438a 100644
--- a/.github/workflows/codecoverage.yml
+++ b/.github/workflows/codecoverage.yml
@@ -14,7 +14,7 @@ jobs:
python-version: "3.9"
- name: Run test cases for coverage collection
run: |
- pip install six coverage pytest pytest-cov setuptools PySocks
+ pip install six coverage pytest pytest-cov setuptools PySocks numpy
python -c "import setuptools; print('Setup tools version'); print(setuptools.__version__)"
python setup.py install
pytest -vrP --cov=websocket websocket/tests --cov-config=.coveragerc --cov-report=xml