Hi all,
Our team have just started using gitlab and gitlab-ci (and it works really great so far!). One improvement in our workflow would be to have a better formatted report from our gitlab-ci job.
Right now our build script does the following:
- compiles all targets
- flashes a hardware connected to the test runner machine and runs on-target test cases
- Performs code analysis using CodeSonar
Both our test application and CodeSonar outputs data that would be nice to present in a better way than just Pass or Fail in gitlab and gitlabci (although that of course is most important).
I think I´ve seen screen shots on gitlab where not just “build status: success” is presented on the project page and more detailed status than just “CI build passed” for a merge request.
Is this somehow possible?
Best regards
Henrik