{"id":18648641,"url":"https://github.com/buildpulse/buildpulse-example-elixir","last_synced_at":"2025-11-05T08:30:26.116Z","repository":{"id":182105771,"uuid":"616684383","full_name":"buildpulse/buildpulse-example-elixir","owner":"buildpulse","description":"Example of BuildPulse integration with an Elixir project","archived":false,"fork":false,"pushed_at":"2024-03-08T14:45:34.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-27T12:28:55.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buildpulse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-20T21:49:09.000Z","updated_at":"2023-03-31T01:49:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b702eb5-706b-40ca-8916-7ed530537104","html_url":"https://github.com/buildpulse/buildpulse-example-elixir","commit_stats":null,"previous_names":["buildpulse/buildpulse-example-elixir"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-example-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-example-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-example-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-example-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildpulse","download_url":"https://codeload.github.com/buildpulse/buildpulse-example-elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239450806,"owners_count":19640792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T06:33:04.178Z","updated_at":"2025-11-05T08:30:26.071Z","avatar_url":"https://github.com/buildpulse.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BuildPulse Example Project: Elixir + Exunit\n\nThis is an example [Elixir](https://elixir-lang.org/) 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).\n\n## Connect Elixir Projects to BuildPulse\n\nAfter starting a [free trial](https://github.com/marketplace/buildpulse/plan/MDIyOk1hcmtldHBsYWNlTGlzdGluZ1BsYW40NzM5#pricing-and-setup), you can add BuildPulse to your project in just a few quick steps:\n\n1. If you haven't already done so, set up Exunit to output JUnit XML reports for your test results. [[example][commit-for-xml-reports]]\n\n2. Then, configure your build system to send the JUnit XML reports to BuildPulse. [[example][commit-for-buildpulse-integration]]\n\n    The [configuration][commit-for-buildpulse-integration] relies on your BuildPulse account ID, repository ID, key, and secret. You'll see this information when viewing your repository on buildpulse.io.\n\n    This example uses GitHub Actions CI, but you can integrate just as easily with other CI providers as described below.\n\n## Works with the CI you already have\n\nBuildPulse offers integrations for:\n\n- **CircleCI** [[docs](https://circleci.com/developer/orbs/orb/workshop64/buildpulse)]\n- **GitHub Actions** [[docs](https://github.com/marketplace/actions/buildpulse)]\n- **Semaphore** [[docs](https://github.com/buildpulse/buildpulse-semaphore)]\n- **Travis CI** [[docs](https://github.com/buildpulse/buildpulse-travis-ci)]\n- Buildkite (available in early access)\n- Jenkins (available in early access)\n\nDon't see your CI provider? [Get in touch](mailto:hello@buildpulse.io?body=%3C%3C%20Please%20tell%20us%20what%20CI%20service%20you%27re%20using.%20We%27ll%20follow%20up%20with%20you%20soon%21%20%3E%3E\u0026amp;subject=Please%20add%20support%20for%20this%20CI%20service%20next) and we may be able to quickly add support for it.\n\n---\n\n\u003cp\u003e\n  \u003ca href=\"https://buildpulse.io?utm_source=github.com\u0026utm_campaign=example-repositories\u0026utm_content=exunit-button\"\u003e\n    \u003cimg width=\"325\" title=\"Automatically detect flaky Exunit tests with BuildPulse\" alt=\"Try BuildPulse for free\" src=\"https://user-images.githubusercontent.com/2988/86935247-9f059b80-c10a-11ea-9579-575b357e70d6.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nAutomatically **detect flaky tests.** Focus on the top offenders to **quickly improve your builds.** Save developer time and frustration. **Regain trust in your test suite.**\n\n👉 [Get started at buildpulse.io](https://buildpulse.io?utm_source=github.com\u0026utm_campaign=example-repositories\u0026utm_content=elixir-text-link)\n\n[commit-for-xml-reports]: https://github.com/buildpulse/buildpulse-example-elixir/commit/5e1bd944fe9b858cf5eabed610ba736c7e8428b8\n[commit-for-buildpulse-integration]: https://github.com/buildpulse/buildpulse-example-elixir/commit/cec7f201ca7bbecf2b6e882ca4b04ca7cc750077\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildpulse%2Fbuildpulse-example-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildpulse%2Fbuildpulse-example-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildpulse%2Fbuildpulse-example-elixir/lists"}