Skip to content

Commit

Permalink
FIX-modin-project#1867: work with coverage inside modin environment
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Jul 31, 2020
1 parent 86a4b8d commit 970ebbf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ jobs:
- shell: bash -l {0}
run: python -m pytest modin/experimental/pandas/test/test_io_exp.py
if: matrix.part == 3
- run: bash <(curl -s https://codecov.io/bash)
- shell: bash -l {0}
run: bash <(curl -s https://codecov.io/bash)

test-windows:
needs: [lint-commit, lint-flake8, lint-black, test-api, test-headers]
Expand Down Expand Up @@ -305,8 +306,10 @@ jobs:
- shell: bash -l {0}
run: python -m pytest modin/pandas/test/test_io.py
if: matrix.part == 3
- run: choco install codecov
- run: codecov -f .\coverage.xml -t ${{secrets.CODECOV_TOKEN}}
- shell: bash -l {0}
run: choco install codecov
- shell: bash -l {0}
run: codecov -f .\coverage.xml -t ${{secrets.CODECOV_TOKEN}}

test-pyarrow:
needs: [lint-commit, lint-flake8, lint-black, test-api, test-headers]
Expand Down

0 comments on commit 970ebbf

Please sign in to comment.