Skip to content

Commit 63b8541

Browse files
authored
Merge pull request #4637 from owncloud/improvement/badges_in_readme
[FEATURE REQUEST] Add GitHub Actions badges to README removing the BitRise ones
2 parents 3775c34 + d743194 commit 63b8541

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ ownCloud admins and users.
4848
* Change - Bump target SDK to 35: [#4529](https://github.com/owncloud/android/issues/4529)
4949
* Change - Replace dav4android location: [#4536](https://github.com/owncloud/android/issues/4536)
5050
* Change - Modify biometrics fail source string: [#4572](https://github.com/owncloud/android/issues/4572)
51+
* Change - Update CI badges in README file: [#4623](https://github.com/owncloud/android/issues/4623)
5152
* Enhancement - QA variant: [#3791](https://github.com/owncloud/android/issues/3791)
5253
* Enhancement - Shares space in Android native file explorer: [#4515](https://github.com/owncloud/android/issues/4515)
5354
* Enhancement - Accessibility reports in 4.5.1: [#4568](https://github.com/owncloud/android/issues/4568)
@@ -158,6 +159,13 @@ ownCloud admins and users.
158159
https://github.com/owncloud/android/issues/4572
159160
https://github.com/owncloud/android/pull/4578
160161

162+
* Change - Update CI badges in README file: [#4623](https://github.com/owncloud/android/issues/4623)
163+
164+
Bitrise badges in README file have been replaced by GitHub Actions badges.
165+
166+
https://github.com/owncloud/android/issues/4623
167+
https://github.com/owncloud/android/pull/4637
168+
161169
* Enhancement - QA variant: [#3791](https://github.com/owncloud/android/issues/3791)
162170

163171
A new flavor for QA has been created in order to make automatic tests easier.

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Android Unit Tests](https://github.com/owncloud/android/actions/workflows/android-unit-tests.yml/badge.svg)](https://github.com/owncloud/android/actions/workflows/android-unit-tests.yml) [![Android Instrumented Data Tests](https://github.com/owncloud/android/actions/workflows/android-instrumented-data-tests.yml/badge.svg)](https://github.com/owncloud/android/actions/workflows/android-instrumented-data-tests.yml) [![Detekt](https://github.com/owncloud/android/actions/workflows/detekt.yml/badge.svg)](https://github.com/owncloud/android/actions/workflows/detekt.yml)
2+
13
# [ownCloud](https://owncloud.org) Android app
24

35
<a href="https://play.google.com/store/apps/details?id=com.owncloud.android"><img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="75"></a><a href="https://f-droid.org/packages/com.owncloud.android/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75"></a>
@@ -7,13 +9,6 @@
79

810
## Join development!
911

10-
**Build status:** <br>
11-
12-
|master (Unit tests and data instrumented tests)| ![](https://app.bitrise.io/app/7c4fbbdb2c1c0a20/status.svg?token=t2kBlsAf8d8yZftuohQnTw&branch=master)|
13-
| :----- | :------ |
14-
|**master (UI tests)**| ![](https://app.bitrise.io/app/a2a0b888408d15d8/status.svg?token=6Fz1YAJL944eJLwmmbkQ9A&branch=master)|
15-
16-
1712
**Start contributing:** Make sure you read [SETUP.md](https://github.com/owncloud/android/blob/master/SETUP.md) when you start working on this project. Basically: Fork this repository and contribute back using pull requests to the master branch.
1813
Easy starting points are also reviewing [pull requests](https://github.com/owncloud/android/pulls) and working on [contributions are welcome](https://github.com/owncloud/android/issues?q=is%3Aopen+is%3Aissue+label%3A%22Contributions+are+welcome%22).
1914

changelog/unreleased/4637

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Change: Update CI badges in README file
2+
3+
Bitrise badges in README file have been replaced by GitHub Actions badges.
4+
5+
https://github.com/owncloud/android/issues/4623
6+
https://github.com/owncloud/android/pull/4637

0 commit comments

Comments
 (0)