Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwide-ingenierie/ci_analysis_tools_testing
A project to test code analysis tools
https://github.com/openwide-ingenierie/ci_analysis_tools_testing
Last synced: about 2 months ago
JSON representation
A project to test code analysis tools
- Host: GitHub
- URL: https://github.com/openwide-ingenierie/ci_analysis_tools_testing
- Owner: Openwide-Ingenierie
- Created: 2020-02-06T12:28:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T08:37:35.000Z (about 5 years ago)
- Last Synced: 2024-11-05T23:19:41.318Z (3 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Openwide-Ingenierie_ci_analysis_tools_testing&metric=alert_status)](https://sonarcloud.io/dashboard?id=Openwide-Ingenierie_ci_analysis_tools_testing)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/Openwide-Ingenierie/ci_analysis_tools_testing.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Openwide-Ingenierie/ci_analysis_tools_testing/alerts/)
# ci_analysis_tools_testing
A project to test code analysis toolsGenerate bw output for sonarcloud analysis
> build-wrapper-linux-x86-64 --out-dir bw-output make clean allLaunch sonar analysis
> sonar-scanner -Dsonar.projectKey=Openwide-Ingenierie_ci_analysis_tools_testing -Dsonar.organization=openwide-ingenierie -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=1651c30134c82e0106ef2c6b8c6db29f9f992592 -Dsonar.cfamily.build-wrapper-output=bw-outputGenerate coverity build for coverity analysis
> make clean
> cov-build --dir cov-int make -j 4
> tar czvf citest.tgz cov-int
And send tar to coverity via Coverity import