Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Releases: BuildPulseLLC/buildpulse-action

v0.9.1

30 Nov 13:39
43cb4e7
Compare
Choose a tag to compare

The BuildPulse action has moved to a new home at buildpulse/buildpulse-action.

Developers are encouraged to update their workflows to point to buildpulse/buildpulse-action instead of Workshop64/buildpulse-action.

If you have any questions or want a hand making this change, you can reach us any time at hello@buildpulse.io.

v0.9.0

14 Mar 20:15
0051afa
Compare
Choose a tag to compare
  • Gracefully handle failure downloading test-reporter binary (63f43af)

    Prior to this change, a failure when downloading the BuildPulse test-reporter would cause the whole build to fail, which is a rotten experience.

    In theory, the download should always succeed. But networks are messy, and we never want BuildPulse to make anyone's builds unstable. So in the (hopefully rare) scenario where we're unable to download the BuildPulse test-reporter, the action will skip the BuildPulse analysis for the build and emit a warning in the build logs and via an annotation.

    Also, in the (again hopefully rare) scenario where we're unable to download the binary from get.buildpulse.io, the action will use github.com as a backup source for the binary.

  • If we can't connect within 5 seconds when downloading the test-reporter binary, give up so that we don't delay completion of the build (0051afa)

v0.8.0

27 Feb 13:58
297df3a
Compare
Choose a tag to compare

Add support for running on macOS and Windows (in addition to the existing support for running on Linux) (#3)

v0.8.0-pre

26 Feb 21:44
b6e60b4
Compare
Choose a tag to compare
v0.8.0-pre Pre-release
Pre-release

Add preliminary support for running on macOS and Windows (in addition to the existing support for running on Linux) (#3)

v0.7.0

06 Oct 15:03
023d526
Compare
Choose a tag to compare

v0.6.0

20 Sep 23:26
8062e7f
Compare
Choose a tag to compare

Update URL for downloading test-reporter binary to work around 403 forbidden issue

v0.5.0

20 Jul 11:16
74cf893
Compare
Choose a tag to compare

Add support for using glob patterns to specify location of XML report files

v0.4.0

21 Mar 15:27
80d2f2d
Compare
Choose a tag to compare

Gracefully handle missing secrets in @dependabot pull requests (#1)

v0.3.0

13 Feb 15:19
dfc05ae
Compare
Choose a tag to compare

Add support for optional repository-path input (for workflows that use a custom path when cloning their repository)

v0.2.0

22 Jul 00:32
96aa13e
Compare
Choose a tag to compare

Adopts the newly-released BuildPulse Test Reporter for faster setup 🐎