-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
request #14637: Remove usage of the Jenkins clover plugin the test pi…
…pelines The plugin is a source of issue [0] which is unlikely to get some attention soon [1]. It also sometimes crash when analyzing the reports which completely fail the pipeline even if all the tests have been passed successfully. The Javascript now uses the modern approach to do code coverage in Jenkins [2]. For the PHP code coverage the situation is less pretty. PHPUnit cannot output a report in a format understood by the Jenkins plugin which means we loose the high level overview. The HTML report is still browsable from the archive and it looks like there is currently some traction to add a format that would be supported by the Jenkins plugin [3] (we can also consider writting a small tool to do the format conversion). [0] jenkinsci/clover-plugin#21 [1] jenkinsci/clover-plugin#21 (comment) [2] https://jenkins.io/blog/2018/08/17/code-coverage-api-plugin-1/ [3] sebastianbergmann/php-code-coverage#734 Change-Id: Ic4915047616a7023515939dd305a23f12f2300cc
- Loading branch information
Showing
4 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters