Skip to content

Commit ad6f985

Browse files
Update docs/python/testing.md
Co-authored-by: Courtney Webster <[email protected]>
1 parent 471a1ed commit ad6f985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To run tests with coverage enabled, select the coverage run icon in the Test Exp
9797

9898
> [!Note]
9999
> Before running tests with coverage, make sure to install the correct testing coverage package for your project.
100-
> Branch coverage is only supported on coverage versions > 7.7.
100+
> Branch coverage is only supported on coverage versions >= 7.7.
101101
102102
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

0 commit comments

Comments
 (0)