0

I want to include code coverage in my Jenkins pipeline. I am building a COBOL code and want to know if there are any plugins which support code coverage for COBOL on Jenkins.

I don't use Compuware Tool set so I cannot use Compuware Xpeditor Code coverage plugin.

Please suggest.

2 Answers2

1

Many big financial companies relies on SONAR to evaluate their COBOL source code

A pluggin exists for Jenkins. See here for the installation and setup

Thomas G
  • 9,886
  • 7
  • 28
  • 41
0

Our COBOL test coverage tool handles (IBM Enterprise, implied by your Xpeditor note) COBOL and produces test coverage results. You'd probabaly have to reformat those results to plug into Jenkins but that's probably pretty minor string hacking.

Ira Baxter
  • 93,541
  • 22
  • 172
  • 341
  • Ira, I was crawling through the golden `parsing` badge holders - could you have a look [at my question with an open bounty](https://stackoverflow.com/questions/55405055/nodevisitor-class-for-peg-parser-in-python/55445187#55445187) ? – Jan Apr 01 '19 at 09:33