Skip to content

Commit

Permalink
Enable coverage context collection
Browse files Browse the repository at this point in the history
Annotates coverage lines with the test functions that cover them.
  • Loading branch information
kingbuzzman authored and francoisfreitag committed Jul 1, 2022
1 parent 8608b38 commit 4e4c67a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@ force_grid_wrap = 0
use_parentheses = True
line_length = 88
[coverage:run]
dynamic_context = test_function
[coverage:report]
include=
factory/*.py
tests/*.py
[coverage:html]
show_contexts = True

0 comments on commit 4e4c67a

Please sign in to comment.