Skip to content

Commit

Permalink
Fix typo in .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvangentcom committed Sep 10, 2019
1 parent d914378 commit a047b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude_lines =
raise AssertionError
raise NotImplementedError
raise LookupError
raise BadSignalWArning
raise BadSignalWarning
raise IncorrectFileType
raise ValueError
except
Expand Down

0 comments on commit a047b23

Please sign in to comment.