Skip to content

Commit

Permalink
Fixes the coverage for pr mars-project#1952.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Feb 4, 2021
1 parent ca40990 commit 35100ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
export VINEYARD_IPC_SOCKET=/tmp/vineyard/vineyard.sock
mkdir -p build
pytest $PYTEST_CONFIG --cov-config .coveragerc-threaded mars/storage/tests/test_libs.py
pytest $PYTEST_CONFIG --cov-config .coveragerc mars/storage/tests/test_libs.py
mv .coverage build/.coverage.test_lib.file
pytest $PYTEST_CONFIG --cov-config .coveragerc-threaded mars/dataframe/datastore/tests/test_datastore_execute.py \
Expand Down

0 comments on commit 35100ae

Please sign in to comment.