Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Mar 29, 2024
1 parent 8eaa8af commit 7bfc1d1
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Integration (comparison) of different continuous integration services on Android

### CI's integration

* [x] [Jenkins](./JENKINS.md)
* [x] [GitHub Actions](./GITHUB_ACTIONS.md) ![Build Status](https://github.com/github/docs/actions/workflows/main.yml/badge.svg?branch=master)
* [x] [Bitrise](./BITRISE.md) [![Build Status](https://app.bitrise.io/app/002b43ae8a42b6b1/status.svg?token=xT4EDBQWGNcSWJveU6IEVA&branch=master)](https://app.bitrise.io/app/002b43ae8a42b6b1)
* [x] [TeamCity](./TEAM_CITY.md)
* [x] [Circle](./CIRCLE.md) [![CircleCI](https://circleci.com/gh/vgaidarji/ci-matters.svg?style=svg)](https://circleci.com/gh/vgaidarji/ci-matters)
* [x] [GitHub Actions](./GITHUB_ACTIONS.md)
* [x] [Jenkins](./JENKINS.md)
* [x] [TeamCity](./TEAM_CITY.md)

### TODO

Expand All @@ -18,12 +18,18 @@ Integration (comparison) of different continuous integration services on Android
### Archive

Following CIs are no longer integrated (either because they have been discontinued or due to pricing policy change such as Travis).
* [x] [Travis CI](archive/travis/TRAVIS.md) [![Build Status](https://travis-ci.org/vgaidarji/ci-matters.svg?branch=master)](https://travis-ci.org/vgaidarji/ci-matters)
* [x] [BuddyBuild](archive/buddybuild/BUDDY_BUILD.md) [![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=58398ac5beb35b010082e315&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/58398ac5beb35b010082e315/build/latest)
* [x] [Shippable](archive/shippable/SHIPPABLE.md) [![Run Status](https://api.shippable.com/projects/5832c72ab8b8e41000a5eb5c/badge?branch=master)](https://app.shippable.com/projects/5832c72ab8b8e41000a5eb5c) [![Coverage Badge](https://api.shippable.com/projects/5832c72ab8b8e41000a5eb5c/coverageBadge?branch=master)](https://app.shippable.com/projects/5832c72ab8b8e41000a5eb5c)
* [x] [Travis CI](archive/travis/TRAVIS.md)
* [x] [BuddyBuild](archive/buddybuild/BUDDY_BUILD.md)
* [x] [Shippable](archive/shippable/SHIPPABLE.md)

---

### Codecov.io

[![codecov](https://codecov.io/gh/vgaidarji/ci-matters/graph/badge.svg?token=ubhWNTji7m)](https://codecov.io/gh/vgaidarji/ci-matters)

`Codecov.io` provides test coverage information. `CODECOV_TOKEN` environment variable should be exported on the build machine.

### Comparison

#### Comparison table
Expand Down Expand Up @@ -98,11 +104,3 @@ Use secret variables on CI/repo level for this.
Distribute the build using following command:

./gradlew appDistributionUpload{Debug|Release}

------

### Codecov.io

[![codecov](https://codecov.io/gh/vgaidarji/ci-matters/graph/badge.svg?token=ubhWNTji7m)](https://codecov.io/gh/vgaidarji/ci-matters)

`Codecov.io` provides test coverage information. `CODECOV_TOKEN` environment variable should be exported on the build machine.

0 comments on commit 7bfc1d1

Please sign in to comment.