Skip to content

Commit 93797bf

Browse files
committed
Update quality badge in Readme
1 parent dad16c3 commit 93797bf

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ addons:
2424

2525
env:
2626
- CACHE_NAME=iOS PLATFORM=iOS
27+
- CACHE_NAME=macOS PLATFORM=macOS
28+
- CACHE_NAME=tvOS PLATFORM=tvOS
29+
- CACHE_NAME=watchOS PLATFORM=watchOS
2730

2831
install:
2932
- pip install codecov

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
<a href="https://developer.apple.com/swift/">
55
<img src="https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat" alt="Swift 5.0">
66
</a>
7-
<a href="https://travis-ci.com/SwiftAlgorithmClub/AGString">
8-
<img src="https://travis-ci.com/SwiftAlgorithmClub/AGString.svg?branch=master" alt="SPM"> </a>
9-
<a href="https://codecov.io/gh/SwiftAlgorithmClub/AGString">
10-
<img src="https://codecov.io/gh/SwiftAlgorithmClub/AGString/branch/develop/graph/badge.svg" alt="SPM">
11-
</a>
127
<a href="http://cocoapods.org/pods/AGString">
138
<img src="https://img.shields.io/cocoapods/v/AGString.svg?style=flat" alt="Version">
149
</a>
@@ -23,6 +18,17 @@
2318
</a>
2419
</p>
2520

21+
<p align="center">
22+
<a href="https://travis-ci.com/SwiftAlgorithmClub/AGString">
23+
<img src="https://travis-ci.com/SwiftAlgorithmClub/AGString.svg?branch=master" alt="SPM"> </a>
24+
<a href="https://codecov.io/gh/SwiftAlgorithmClub/AGString">
25+
<img src="https://codecov.io/gh/SwiftAlgorithmClub/AGString/branch/develop/graph/badge.svg" alt="SPM">
26+
</a>
27+
<a href="https://sonarcloud.io/dashboard?id=SwiftAlgorithmClub_AGString">
28+
<img src="https://sonarcloud.io/api/project_badges/measure?project=SwiftAlgorithmClub_AGString&metric=alert_status" alt="SonarSwift">
29+
</a>
30+
</p>
31+
2632
# AGString
2733
<p align="center">
2834
AGString is an extension for convenient working with swift String.

0 commit comments

Comments
 (0)