Integration
“The internet? We are not interested in it.” — Bill Gates
Table of contents
CI/CD
Avoid | Why |
---|---|
| The new pricing model of Travis CI is far less permissive for open-source projects. |
Consider | Why |
| Git vendor-specific platforms are more integrated but makes the code less portable. |
Prefer | Why |
| CircleCI allows remote Docker images and other pre-built orbs. They also allocate monthly free credits for open-source projects. |
Coverage reporting
Avoid | Why |
---|---|
| Codacy is an all-in-one analysis suite, the web interface and shell scripts can be overwhelming. |
Prefer | Why |
| Codecov is straightforward and integrates well with third-party CI/CD services. |