summaryrefslogtreecommitdiff
path: root/.github/workflows/codecoverage.yml
Commit message (Expand)AuthorAgeFilesLines
* Update codecov action to v3engn33r2022-10-261-1/+1
* Minor test improvements for better code coverageengn33r2021-12-131-1/+11
* Upgrade CodeCov GitHub Action to v2engn33r2021-10-131-1/+1
* Update other CI tests for Python 3.10engn33r2021-10-071-1/+1
* Improve usage of LOCAL_WS_SERVER_PORTengn33r2021-08-141-1/+1
* Improve unit tests with LOCAL_WS_SERVER_PORT variableengn33r2021-08-131-0/+2
* Add ampersand to background local serverengn33r2021-08-121-1/+1
* Fix python-socks dependency and replace echo.websocket.org in testsengn33r2021-08-111-4/+8
* Revert #417 and reimplement proxy support with python-socksengn33r2021-08-101-1/+1
* Remove numpy for performance boostengn33r2021-06-081-15/+4
* Improve wsaccel/numpy docs and code coverageengn33r2021-05-311-2/+9
* Remove HTTP proxy unit test from code coverageengn33r2021-05-301-10/+0
* Use python3/pip3 in GitHub Action workflowsengn33r2021-05-301-13/+15
* Fix CI errorsengn33r2021-05-301-1/+0
* Add working HTTP proxy unit testsengn33r2021-05-301-1/+9
* Fix no numpy coe coverage CIengn33r2021-05-171-7/+8
* Add code coverage for no numpy caseengn33r2021-05-171-2/+6
* Add WEBSOCKET_CLIENT_CA_BUNDLE env var in better wayengn33r2021-05-171-1/+10
* Remove WEBSOCKET_CLIENT_CA_BUNDLE env variable from CIengn33r2021-05-171-1/+0
* Improve _app.py, _http.py unit testsengn33r2021-05-171-0/+1
* Remove six dependency and transition related code to Python3engn33r2021-05-051-1/+1
* Fix #685 unittest requires internetengn33r2021-05-051-1/+5
* Improve _abnf.py test coverageengn33r2021-03-291-1/+1
* Improve _http.py code coverageengn33r2021-03-281-1/+1
* Fix yaml whitespace to use spaces not tabsengn33r2021-03-221-1/+1
* Enable TEST_WITH_INTERNET for code coverage CI actionengn33r2021-03-221-0/+2
* Import pytest-cov for code coverage CI actionengn33r2021-03-221-1/+2
* Use pytest for CI code coverageengn33r2021-03-221-4/+2
* Run all GitHub Actions on PRsengn33r2021-03-221-1/+1
* Replace TravisCI with GitHub Actionsengn33r2021-02-271-0/+24