Skip to content

Commit 483d23f

Browse files
committed
fix: pre commit and url fixes
1 parent 08ee8e9 commit 483d23f

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

ci-data/index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

codespell-ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
aways
2+
Soler
File renamed without changes.

continuous-integration/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
(ci-cd-intro)=
2+
# Continuous Integration (CI) and Continuous Deployment (CD) for your Python package
3+
4+
5+
:::{toctree}
6+
:hidden:
7+
:caption: Continuous Integration
8+
9+
10+
What is CI? <ci.md>
11+
:::

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ Tests <tests/index>
324324

325325
:::{toctree}
326326
:hidden:
327-
:caption: CI & Data
327+
:caption: Continuous Integration
328328

329-
CI & Data <ci-data/index>
329+
CI/CD <continuous-integration/index>
330330

331331
:::

tests/code-cov.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Some common services for analyzing code coverage are [codecov.io](https://codeco
3434
:height: 450px
3535
:alt: Screenshot of the code cov service - showing test coverage for the stravalib package. This image shows 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.
3636

37-
The CodeCov platform is a useful tool if you wish to track code coverage visually. Using it, you can not only get the same summary information that you can get with the **pytest-cov** extension. You can also see what lines are covered by your tests and what lines are not covered. Code coverage is 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.
37+
The CodeCov platform is a useful tool if you wish to track code coverage visually. Using it, you can not only get the same summary information that you can get with the **pytest-cov** extension. You can also see what lines are covered by your tests and which are not. Code coverage is 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.
3838

3939
:::
4040

0 commit comments

Comments
 (0)