... | ... | @@ -4,7 +4,7 @@ |
|
|
|
|
|
Pipelines in Jenkins use common groovy files adaptable to different projects through the use of build variables.
|
|
|
|
|
|
One exception is python coverage. "Coverage" pipelines run unit tests and/or integration tests and the result is adapted using not a build parameter ba but a file named **.coveragerc**.
|
|
|
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,
|
|
|
|
... | ... | |