Skip to content

Commit

Permalink
fix codecov upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Apr 16, 2023
1 parent 081a41a commit 62e2b63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9']
WITH_PANDAS: [false, true]

steps:
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python setup.py develop
python -m pip install flake8 pytest-cov codecov vcrpy black
python -m pip install flake8 pytest-cov coverage vcrpy black
tools/install_pandas.sh
- name: black
run: |
Expand All @@ -45,6 +45,6 @@ jobs:
env:
TIINGO_API_KEY: 0000000000000000000000000000000000000000
run: |
py.test --cov=./tiingo
- name: Run code coverage
run: codecov
pytest --cov tiingo
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 62e2b63

Please sign in to comment.