Skip to content

rode/collector-coverity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collector-coverity

Executing a scan

  1. Install the coverity scan tool and add it to your path (OSX)
wget https://scan.coverity.com/download/java/macOSX
tar -xzf cov-analysis-macosx-2019.03.tar.gz 
export PATH=$PATH:$(pwd)/cov-analysis-macosx-2019.03/bin
  1. cd into your build directory

  2. Execute the scan

COVERITY_UNSUPPORTED=1 cov-build --dir cov-int mvn compile
  1. Compress
tar czvf myproject.tgz cov-int
  1. Upload (This can also be done through the UI)
curl --form token=NQ5bZMAopYVjo57tahh0rg \
  --form email=pafek47097@girtipo.com \
  --form file=@tarball/file/location \
  --form version="Version" \
  --form description="Description" \
  https://scan.coverity.com/builds?project=app
  

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages