Skip to content

Commit

Permalink
delete -sv
Browse files Browse the repository at this point in the history
  • Loading branch information
zytx121 committed Feb 28, 2022
1 parent 52a3276 commit 87423dd
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 87423dd

Please sign in to comment.