Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildpulse/buildpulse-example-go
Example Go project to demonstrate connecting to BuildPulse for flaky test detection
https://github.com/buildpulse/buildpulse-example-go
flake-detection go golang
Last synced: 8 days ago
JSON representation
Example Go project to demonstrate connecting to BuildPulse for flaky test detection
- Host: GitHub
- URL: https://github.com/buildpulse/buildpulse-example-go
- Owner: buildpulse
- License: mit
- Created: 2020-02-02T17:57:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T14:50:21.000Z (8 months ago)
- Last Synced: 2024-03-08T15:54:18.516Z (8 months ago)
- Topics: flake-detection, go, golang
- Language: Go
- Homepage: https://buildpulse.io
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BuildPulse Example Project: Go (Golang)
This is an example Go project demonstrating how to send test results to [BuildPulse](https://buildpulse.io) to help you find and [fix flaky tests](https://buildpulse.io/products/flaky-tests).
## CircleCI Integration
If you have an existing Go project building on CircleCI, this [diff](https://github.com/buildpulse/buildpulse-example-go/compare/pre-buildpulse...circle-ci) shows how to set up your `.circleci/config.yml` to send test results to BuildPulse.
## GitHub Actions CI Integration
If you have an existing Go project building on GitHub Actions CI, this [diff](https://github.com/buildpulse/buildpulse-example-go/compare/pre-buildpulse...github-actions) shows how to set up your GitHub Actions workflow to send test results to BuildPulse.
## Semaphore CI Integration
If you have an existing Go project building on [Semaphore](https://semaphoreci.com/), this [diff](https://github.com/buildpulse/buildpulse-example-go/compare/pre-buildpulse...semaphore) shows how to set up your `.semaphore/semaphore.yml` workflow to send test results to BuildPulse.
---
Automatically **detect flaky tests.** Focus on the top offenders to **quickly improve your builds.** Save developer time and frustrations. **Regain trust in your test suite.**
👉 [Get started at buildpulse.io](https://buildpulse.io?utm_source=github.com&utm_campaign=example-repositories&utm_content=golang-text-link)