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

Latest commit

 

History

History
27 lines (21 loc) · 900 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 900 Bytes


Bitcoin Coverage
Mutation Worker

Tests generated mutations of Bitcoin Core pull requests.

📖 Introduction

This repository contains the code of the worker that runs the mutation jobs of Bitcoin Core pull requests.

🚀 How it works

The worker executes the following steps:

  1. Clone the Bitcoin Core repository
  2. Checkout the pull request branch
  3. Apply the patch
  4. Compile Bitcoin Core
  5. Run the tests

📦 Docker

This Docker image is automatically built and deployed to AWS ECR on every push to master branch.

📝 License

MIT - Aurèle Oulès