Skip to content

Commit

Permalink
exclude mouse events from coverage report as there is no good way to …
Browse files Browse the repository at this point in the history
…test them
  • Loading branch information
jopohl committed Jun 7, 2017
1 parent 0f086b5 commit adba388
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ omit =

[report]
sort = Miss
exclude_lines =
pragma: no cover
def mousePressEvent
def mouseMoveEvent
def mouseReleaseEvent

0 comments on commit adba388

Please sign in to comment.