Skip to content

Commit c2cfdfc

Browse files
lwassernamurphy
andauthored
Update ci-tests-data/code-cov.md
Co-authored-by: Nick Murphy <[email protected]>
1 parent 8e12aa3 commit c2cfdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-tests-data/code-cov.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ A common service for analyzing code coverage is [codecov.io](https://codecov.io/
88
:height: 450px
99
:alt: Screenshot of the code cov service - showing test coverage for the stravalib package. in this image you can see a list of package modules and the associated number of lines and % lines covered by tests. at the top of the image you can see what branch is being evaluated and the path to the repository being shown.
1010
11-
the Code cov platform is a useful tool if you wish to visually track code coverage. Using it you can not only get the same summary information that you can get with **pytest-cov** extension. You can also get a visual representation of what lines are covered by your tests and what lines are not covered. Code cove is mostly useful for evaluating unit tests and/or how much of your package code is "covered. It however will not evaluate things like integration tests and end-to-end workflows. b
11+
the Code cov platform is a useful tool if you wish to visually track code coverage. Using it you can not only get the same summary information that you can get with **pytest-cov** extension. You can also get a visual representation of what lines are covered by your tests and what lines are not covered. Code cove is mostly useful for evaluating unit tests and/or how much of your package code is "covered. It however will not evaluate things like integration tests and end-to-end workflows.
1212
1313
```

0 commit comments

Comments
 (0)