Remove codecov from Textual

This commit is contained in:
Darren Burns
2022-05-04 12:37:43 +01:00
parent 8f861f86e1
commit 516f551c36

View File

@@ -43,11 +43,3 @@ jobs:
run: |
source $VENV
python e2e_tests/sandbox_basic_test.py basic 2.0
- name: Upload code coverage
uses: codecov/codecov-action@v1.0.10
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
name: rich
flags: unittests
env_vars: OS,PYTHON