Skip to content

Commit

Permalink
delete -sv (open-mmlab#7277)
Browse files Browse the repository at this point in the history
Co-authored-by: Wenwei Zhang <[email protected]>
  • Loading branch information
2 people authored and chhluo committed Mar 10, 2022
1 parent 35941b3 commit 4864544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
- name: Build and install
run: pip install -e .
- name: Run unittests
run: coverage run --branch --source mmdet -m pytest tests -sv
run: coverage run --branch --source mmdet -m pytest tests
- name: Generate coverage report
run: |
coverage xml
Expand Down

0 comments on commit 4864544

Please sign in to comment.