Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Merge status checks

Daniel Bauke edited this page Apr 16, 2017 · 1 revision

GitHub merge checks to avoid merging bad quality code.

Name Description Required?
Buddybuild builds demo app and runs tests on multiple simulators no
codebeat static analysis of code no
codecov/patch code coverage in changes introduced in PR no
codecov/project code coverage of the project after merge yes
continuous-integration/travis-ci/push runs tests on given branch/PR yes
continuous-integration/travis-ci/pr first merges with master, then runs tests yes
zappr 4-eyes principle with 👍 comments yes
zappr/pr/specification correct PR descriptions yes
zappr/pr/tasks checks if there're open tasks in the PR yes

Configurable at master branch configuration and Webhooks & Services

References

Integrate

Quick start

full flow in Demo App

Advanced usage

Contribute

Clone this wiki locally