Skip to content

v0.8.0

Compare
Choose a tag to compare
@jasonrudolph jasonrudolph released this 18 Jan 15:08
· 193 commits to main since this release
2bcee53

v0.7.0 introduced 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). This release promotes that functionality from experimental to stable.

  • 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 exit and report the error to STDERR.
  • 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.