summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-02-27 16:10:45 -0500
committerengn33r <engn33r@users.noreply.github.com>2021-02-27 16:10:45 -0500
commit3653eebbe37b0eefce929d1912800ccd3810510e (patch)
tree4de73d629a838b8f857e7db914c68ac25e43cd12
parent9729de17d0423d1039e84550aad8bc0e0aacc5bf (diff)
downloadwebsocket-client-3653eebbe37b0eefce929d1912800ccd3810510e.tar.gz
Try comparing test coverage with cookiejar
-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 c65908c..557fe5a 100644
--- a/.github/workflows/codecoverage.yml
+++ b/.github/workflows/codecoverage.yml
@@ -12,7 +12,7 @@ jobs:
python-version: 3.9
- run: |
pip install six
- TEST_WITH_INTERNET=1 python setup.py test
+ python setup.py install
pip install coverage
coverage run --source=websocket --omit="/*/tests/__init__.py","*/tests/test_cookiejar.py","*/tests/test_websocket.py" websocket/tests/test_cookiejar.py
coverage report