summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-03-22 17:10:36 -0700
committerengn33r <engn33r@users.noreply.github.com>2021-03-22 17:10:36 -0700
commit719fc9d2e50e16292b4f09ca86385540456a55a7 (patch)
treee0e0f2ce8141c624f78905cc1d9e55e134e94084
parent1d991dd2c8fa19fe3196c30b3e46870b10b2a90f (diff)
downloadwebsocket-client-719fc9d2e50e16292b4f09ca86385540456a55a7.tar.gz
Fix yaml whitespace to use spaces not tabs
-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 ad4da5f..b4f9bdd 100644
--- a/.github/workflows/codecoverage.yml
+++ b/.github/workflows/codecoverage.yml
@@ -19,7 +19,7 @@ jobs:
python setup.py install
pytest -vrP --cov=websocket websocket/tests --cov-config=.coveragerc --cov-report=xml
coverage report
- env:
+ env:
TEST_WITH_INTERNET: 1
- name: Submit code coverage report to Codecov.io
uses: codecov/codecov-action@v1.2.1