codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

GitLab CI support

Open gyorb opened this issue 6 years ago • 0 comments

Gitlab has various ways to show code quality and test result produced by a CI job.

Introducing codeclimate json and JUnit xml output format for the commands which are used in CI scripts would make the integration in Gitlab much easier. The sub commands which should be extended are:

  • [x] parse codeclimate #2675
  • [ ] parse junit
  • [x] diff codeclimate #2687
  • [ ] diff junit
  • [ ] results codeclimate
  • [ ] results junit

The output type can be -o junit and -o codeclimate

gyorb avatar Mar 31 '20 16:03 gyorb