fix: pytest cmd

This commit is contained in:
chingning.chen 2022-04-28 21:37:06 +08:00 committed by EricWu
parent acb2f933f0
commit a1b28fc4fa

View File

@ -18,6 +18,6 @@ building:
testing:
stage: test
script:
- python -m coverage run --branch --source mmcv -m pytest tests/
- python -m coverage run --branch --source mmseg -m pytest tests/
- python -m coverage xml
- python -m coverage report -m