CoverallsArgs.git

OPTIONAL A hash of Git data that can be used to display more information to users.

struct CoverallsArgs
GitEntry git;

Examples

"git": {
  "head": {
    "id": "b31f08d07ae564b08237e5a336e478b24ccc4a65",
    "author_name": "Nick Merwin",
    "author_email": "...",
    "committer_name": "Nick Merwin",
    "committer_email": "...",
    "message": "version bump"
  },
  "branch": "master",
  "remotes": [
    {
      "name": "origin",
      "url": "git@github.com:lemurheavy/coveralls-ruby.git"
    }
  ]
}

Meta