Add sonarcloud static analysis to the gitlab-ci.
Created the cern-cta organization on GitHub with the CTA repository as mirror from gitlab.cern.ch: https://github.com/cern-cta. The new .github/workflows/sonar-source.yml will run nightly at 3am and (for the time being, on all pushes to main). The sonar reporting is here: https://sonarcloud.io/project/overview?id=cern-cta_CTA. The initial set of bugs and issues should be fixed and flagged so we arrive at 0. From then on we just need to maintain the clean code base. CTA developers should get a GitHub account with which they can join the sonarcloud CTA project so they can change the status of the issues.
Showing
- .github/workflows/sonar-source.yml 113 additions, 0 deletions.github/workflows/sonar-source.yml
- README 1 addition, 1 deletionREADME
- continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/cta-ceph.repo 1 addition, 1 deletion...cker/ctafrontend/cc7/etc/yum.repos.d-public/cta-ceph.repo
- continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/cta-eos-citrine-depend.repo 1 addition, 1 deletion...nd/cc7/etc/yum.repos.d-public/cta-eos-citrine-depend.repo
- continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/cta-eos-citrine.repo 1 addition, 1 deletion...afrontend/cc7/etc/yum.repos.d-public/cta-eos-citrine.repo
- continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/cta-eos-quarkdb.repo 1 addition, 1 deletion...afrontend/cc7/etc/yum.repos.d-public/cta-eos-quarkdb.repo
- continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/cta-oracle-instant-client.repo 1 addition, 1 deletion...cc7/etc/yum.repos.d-public/cta-oracle-instant-client.repo
- continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/cta-public.repo 3 additions, 3 deletions...er/ctafrontend/cc7/etc/yum.repos.d-public/cta-public.repo
- continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/cta-xrootd.repo 2 additions, 2 deletions...er/ctafrontend/cc7/etc/yum.repos.d-public/cta-xrootd.repo
- sonar-project.properties 13 additions, 0 deletionssonar-project.properties
Loading
Please register or sign in to comment