Skip to content

Commit

Permalink
test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
workingloong committed Jan 1, 2025
1 parent ff1ee24 commit 640b001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/dlrover-python-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ runs:
- "sh scripts/ci_install.sh && python -m grpc_tools.protoc -I. \
dlrover/proto/*.proto --python_out=. --grpc_python_out=. \
&& ROLE_NAME=dlrover-trainer \
python -m pytest --durations=10 dlrover/python/tests dlrover/trainer/tests \
python -m pytest --cov --junitxml=junit.xml -o junit_family=legacy --durations=10 \
dlrover/python/tests/test_job_manager.py dlrover/trainer/tests/torch/elastic_test.py \
--cov-report xml --cov=dlrover "

0 comments on commit 640b001

Please sign in to comment.