Skip to content

Commit 471a1ed

Browse files
committed
updating gif to show branch coverage
1 parent e3814da commit 471a1ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Loading

docs/python/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To run tests with coverage enabled, select the coverage run icon in the Test Exp
9999
> Before running tests with coverage, make sure to install the correct testing coverage package for your project.
100100
> Branch coverage is only supported on coverage versions > 7.7.
101101
102-
Once the coverage run completes, lines are highlighted in the editor for line level coverage. Test coverage results appear as a "Test Coverage" sub-tab in the Test Explorer, which you can also navigate to with **Testing: Focus on Test Coverage View** in Command Palette (`F1)`). On this panel you can view line coverage metrics for each file and folder in your workspace, as well as branch coverage if relevant.
102+
Once the coverage run completes, lines are highlighted in the editor for line level coverage. Test coverage results appear as a "Test Coverage" sub-tab in the Test Explorer, which you can also navigate to with **Testing: Focus on Test Coverage View** in Command Palette (`F1)`). On this panel you can view line coverage metrics for each file and folder in your workspace, as well as branch coverage, if relevant.
103103

104104
![Gif showing running Python tests with coverage.](images/testing/python-coverage.gif)
105105

0 commit comments

Comments
 (0)