Skip to content

Releases: buildpulse/test-reporter

v0.9.0-pre

20 Jan 13:46
303e03f
Compare
Choose a tag to compare
v0.9.0-pre Pre-release
Pre-release
  • For builds running on GitHub Actions, include the event name in buildpulse.yml to indicate the event that triggered the build (fabdcda)
  • Include basic diagnostics to assist with support/debugging (303e03f)

v0.8.1

19 Jan 21:14
f7de8f3
Compare
Choose a tag to compare

Temporarily restore support for builds that lack a local git repository.

v0.8.0 began requiring the presence of a local git repository, but it turns out that this is incompatible with the CI configuration used by some teams. This release restores support for CI configurations that lack a local git repository while we coordinate a smoother migration process for those teams.

v0.8.0

18 Jan 15:08
2bcee53
Compare
Choose a tag to compare

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.

v0.8.0-pre

14 Jan 00:59
2bcee53
Compare
Choose a tag to compare
v0.8.0-pre Pre-release
Pre-release

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.

v0.7.0

08 Jan 12:24
6e6ab30
Compare
Choose a tag to compare

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.

v0.7.0-pre

03 Jan 15:01
14cdeba
Compare
Choose a tag to compare
v0.7.0-pre Pre-release
Pre-release

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.

v0.6.0

17 Oct 12:47
b0f1731
Compare
Choose a tag to compare

🐛🔨 Fix handling of test report paths that refer to parent directories (e.g., ../../reports) (b0f1731)

v0.6.0-pre

11 Oct 18:17
b0f1731
Compare
Choose a tag to compare
v0.6.0-pre Pre-release
Pre-release

🐛🔨 Fix handling of test report paths that refer to parent directories (e.g., ../../reports) (b0f1731)

v0.5.0

10 Oct 12:57
4bbefa1
Compare
Choose a tag to compare
  • Filter out extraneous files from test reports directory prior to submission (#19)
  • Include test reporter version in buildpulse.yml (7cae505)

v0.5.0-pre

10 Oct 12:48
4bbefa1
Compare
Choose a tag to compare
v0.5.0-pre Pre-release
Pre-release
  • Filter out extraneous files from test reports directory prior to submission (#19)
  • Include test reporter version in buildpulse.yml (7cae505)