Skip to content

Utility program to convert go coverage file to SonarQube generic coverage xml format

License

Notifications You must be signed in to change notification settings

mainephd/sonago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
Mar 23, 2017
Mar 21, 2017
Mar 22, 2017
May 4, 2018
Apr 11, 2017
Mar 22, 2017
Mar 23, 2017
Mar 21, 2017
Mar 21, 2017
Mar 23, 2017
Mar 23, 2017
Mar 21, 2017
Mar 22, 2017
Mar 21, 2017
Mar 22, 2017
Mar 22, 2017
Mar 23, 2017

Repository files navigation

Sonago

Provides a convenient way to convert a coverage file that is generated by go test -cover to the generic coverage xml format that can be digested by Sonar which is documented here.

Usage

Sonago will look for a file look in the current directory for a file with the name of gover.coverprofile and will produce a file with the name of coverage.xml when it completes.

This behavior can be modified by passing in command line flags to specify the file names.

sonago -inputfile=myconverageprofile.out -outputfile=mycoverageresults.xml

About

Utility program to convert go coverage file to SonarQube generic coverage xml format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages