Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/kill cov #4971

Merged
merged 21 commits into from
May 4, 2023
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
90da4e2
Merge pull request #4899 from OpenBB-finance/release/3.0.0
jmaslek Apr 26, 2023
a00d6ef
bump pywry
tehcoderer Apr 26, 2023
7cba702
Merge pull request #4906 from tehcoderer/hotfix/pywry-merge-fix
jmaslek Apr 26, 2023
839638b
fix rm command (#4890)
montezdesousa Apr 26, 2023
e7b8b38
Fix `crypto/defi/anchor` (#4892)
montezdesousa Apr 26, 2023
2558f94
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Apr 26, 2023
61dffa0
fix windows pyinstaller subprocess fail if space in path
tehcoderer Apr 26, 2023
30d5e58
remove API_IEX_TOKEN
tehcoderer Apr 26, 2023
915dd1f
remove API_SENTIMENTINVESTOR_TOKEN
tehcoderer Apr 26, 2023
94a31f0
Merge pull request #4910 from tehcoderer/hotfix/windows-installer
jmaslek Apr 26, 2023
a949fd2
Merge branch 'main' of https://github.com/OpenBB-finance/OpenBBTermin…
jmaslek Apr 26, 2023
c570d0e
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Apr 27, 2023
dc55a43
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Apr 27, 2023
b0a9f7a
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Apr 28, 2023
1c65986
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek Apr 28, 2023
b3fe93c
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek May 1, 2023
9b6a61f
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek May 2, 2023
a3066c5
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek May 2, 2023
9d6615a
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek May 3, 2023
424a9a9
Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTer…
jmaslek May 3, 2023
9f9ede6
remove codecov
jmaslek May 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down