summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2023-05-04 10:41:24 -0400
committerGitHub <noreply@github.com>2023-05-04 14:41:24 +0000
commitaa72d4ae8dfb626d21e36949e87f97cbe15ae832 (patch)
tree612890393d7844948405dbfb0b5e95a66a30122d
parent696494790417fd8e6a46f0d300890e059f3ab5be (diff)
Hotfix/kill cov (#4971)
* bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * remove codecov --------- Co-authored-by: teh_coderer <me@tehcoderer.com> Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
-rw-r--r--.github/workflows/unit-test.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 26e24de25af..3fe240543b1 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -104,9 +104,6 @@ jobs:
source $VENV
pytest tests/ --optimization --cov --cov-fail-under=50 --autodoc -n auto --durations=10 --timeout=30 --cov-report=xml
- - name: Upload coverage reports to Codecov with GitHub Action
- uses: codecov/codecov-action@v3
-
- name: Start Terminal and exit
run: |
source $VENV