... | ... | @@ -6,9 +6,9 @@ Pipelines in Jenkins use common groovy files adaptable to different projects thr |
|
|
|
|
|
One exception is python coverage. "Coverage" pipelines run unit tests and/or integration tests and the result is adapted using not a build parameter but a file named **.coveragerc**.
|
|
|
|
|
|
If such a file is not in the project repository within the "test" directory it is created by the pipeline using a standard one whose contents are given below,
|
|
|
If such a file is not in the project repository within the "test" directory it is created by the pipeline using a standard one whose content is given below,
|
|
|
|
|
|
If this does not fit the needs of the project you may want to add your own to the repository
|
|
|
If this file does not fit the needs of the project you may want to add your own to the repository
|
|
|
|
|
|
```
|
|
|
<repository>/test/.coveragerc
|
... | ... | |