Skip to content

Commit

Permalink
FIX-modin-project#1867: use unix-like separator for codecov on Windows
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 Aug 1, 2020
1 parent d6edee1 commit 031b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
- shell: bash -l {0}
run: choco install codecov
- shell: bash -l {0}
run: codecov -f .\coverage.xml
run: codecov -f ./coverage.xml

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

0 comments on commit 031b10d

Please sign in to comment.