v0.7.0
Add experimental support for gathering commit metadata from the local git repository, so that buildpulse.io doesn't need to gather the commit metadata from the GitHub API (#34):
- If test-reporter detects a local git repository, it will fetch the metadata for the commit from the local repository.
- If test-reporter does not detect a local git repository, or if it has any trouble interacting with the local git repository, it will report a warning to STDERR, but will continue to provide the functionality that existed in previous releases.
- You can optionally specify the path to your local git repository via the
--repository-dir
arg. It defaults to the current working directory at the location where the test-reporter CLI is invoked.