From e4ae0a59f7da5d5ad378dfd8f21439d3d4eafb03 Mon Sep 17 00:00:00 2001 From: Ilya Baryka Date: Tue, 30 Dec 2025 15:33:40 +0300 Subject: [PATCH 1/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33eaf4a..eca9b54 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # pingx +[![CI](https://github.com/shineRR/pingx/actions/workflows/swift.yml/badge.svg)](https://github.com/shineRR/pingx/actions/workflows/swift.yml) [![Version](https://img.shields.io/cocoapods/v/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) [![License](https://img.shields.io/cocoapods/l/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) [![codecov](https://codecov.io/gh/shineRR/pingx/graph/badge.svg?token=OJSHN8KMHJ)](https://codecov.io/gh/shineRR/pingx) From f4ff30c639cd75dcb5fd8faa9874984e1bb9dc18 Mon Sep 17 00:00:00 2001 From: Ilya Baryka Date: Tue, 30 Dec 2025 15:34:48 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index eca9b54..cd2bc6e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Version](https://img.shields.io/cocoapods/v/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) [![License](https://img.shields.io/cocoapods/l/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) [![codecov](https://codecov.io/gh/shineRR/pingx/graph/badge.svg?token=OJSHN8KMHJ)](https://codecov.io/gh/shineRR/pingx) -[![codebeat badge](https://codebeat.co/badges/c7617707-3b8c-4c41-9094-aa152757df55)](https://codebeat.co/projects/github-com-shinerr-pingx-main) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/98fb2f3d80c64d7d88ee725e3038a6db)](https://app.codacy.com/gh/shineRR/pingx/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Platform](https://img.shields.io/cocoapods/p/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) From 1c4f62f7b8a39504055a3db48818eb527c7737b3 Mon Sep 17 00:00:00 2001 From: Ilya Baryka Date: Tue, 30 Dec 2025 15:35:34 +0300 Subject: [PATCH 3/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd2bc6e..4d5692e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # pingx [![CI](https://github.com/shineRR/pingx/actions/workflows/swift.yml/badge.svg)](https://github.com/shineRR/pingx/actions/workflows/swift.yml) -[![Version](https://img.shields.io/cocoapods/v/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) +[![Platform](https://img.shields.io/cocoapods/p/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) [![License](https://img.shields.io/cocoapods/l/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) +[![Version](https://img.shields.io/cocoapods/v/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) [![codecov](https://codecov.io/gh/shineRR/pingx/graph/badge.svg?token=OJSHN8KMHJ)](https://codecov.io/gh/shineRR/pingx) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/98fb2f3d80c64d7d88ee725e3038a6db)](https://app.codacy.com/gh/shineRR/pingx/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) -[![Platform](https://img.shields.io/cocoapods/p/pingx.svg?style=flat)](https://cocoapods.org/pods/pingx) ## Introduction From 5c472da888a7cf7081b6712424c048db65cb1fbb Mon Sep 17 00:00:00 2001 From: Ilya Baryka Date: Tue, 30 Dec 2025 15:37:38 +0300 Subject: [PATCH 4/6] Update swift.yml --- .github/workflows/swift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index b929fb2..3627446 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest steps: - name: ๐Ÿ”จ Select Xcode - run: xcodes select 16.2 + run: xcodes select 26.2 - name: Checkout Code uses: actions/checkout@v4 - name: ๐Ÿ› ๏ธ Build @@ -24,11 +24,11 @@ jobs: runs-on: macos-latest steps: - name: ๐Ÿ”จ Select Xcode - run: xcodes select 16.2 + run: xcodes select 26.2 - name: Checkout Code uses: actions/checkout@v4 - name: ๐Ÿงช Run tests - run: xcodebuild test -scheme "pingx" -testPlan "pingx" -destination "OS=18.2,name=iPhone 16 Pro" + run: xcodebuild test -scheme "pingx" -testPlan "pingx" -destination "OS=26.2,name=iPhone 17" - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: From f56da4b6cd86ca2c20a278d58cd02182278e2862 Mon Sep 17 00:00:00 2001 From: Ilya Baryka Date: Tue, 30 Dec 2025 15:39:49 +0300 Subject: [PATCH 5/6] Update swift.yml --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 3627446..25a41a8 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest steps: - name: ๐Ÿ”จ Select Xcode - run: xcodes select 26.2 + run: xcodes select 26.1.1 - name: Checkout Code uses: actions/checkout@v4 - name: ๐Ÿ› ๏ธ Build @@ -24,7 +24,7 @@ jobs: runs-on: macos-latest steps: - name: ๐Ÿ”จ Select Xcode - run: xcodes select 26.2 + run: xcodes select 26.1.1 - name: Checkout Code uses: actions/checkout@v4 - name: ๐Ÿงช Run tests From 93e25e32e0ac021fbf52d7a507347ef313153548 Mon Sep 17 00:00:00 2001 From: Ilya Baryka Date: Tue, 30 Dec 2025 15:41:50 +0300 Subject: [PATCH 6/6] Update swift.yml --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 25a41a8..1893996 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - name: ๐Ÿงช Run tests - run: xcodebuild test -scheme "pingx" -testPlan "pingx" -destination "OS=26.2,name=iPhone 17" + run: xcodebuild test -scheme "pingx" -testPlan "pingx" -destination "OS=26.1,name=iPhone 17" - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: