From d063f35996f7ddc492252c12f0db4a8496959cc1 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:43:19 +0100 Subject: [PATCH 1/7] Update swift-coverage-action to use platform-detection --- .github/workflows/test-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 7c90502..36068d3 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -11,4 +11,4 @@ runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: Snapp-Mobile/swift-coverage-action@v1.0.1 + - uses: Snapp-Mobile/swift-coverage-action@platform-detection From b73c90228d6551b6567d62584630b50c3ca00ff2 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:44:58 +0100 Subject: [PATCH 2/7] Update test-and-coverage.yml --- .github/workflows/test-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 36068d3..2137e48 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -11,4 +11,4 @@ runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: Snapp-Mobile/swift-coverage-action@platform-detection + - uses: Snapp-Mobile/swift-coverage-action@feature/platform-detection From 414ffcf0a77def97a7f1fd5ca638f75f6f789e35 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:05:49 +0100 Subject: [PATCH 3/7] Update test-and-coverage.yml --- .github/workflows/test-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 2137e48..88417dc 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -4,7 +4,7 @@ push: branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "main"] jobs: coverage: From 82c9d8eab4585a39ef600f371ca8d4514e831618 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:09:00 +0100 Subject: [PATCH 4/7] Update test-and-coverage.yml --- .github/workflows/test-and-coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 88417dc..022cd27 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -11,4 +11,5 @@ runs-on: macos-latest steps: - uses: actions/checkout@v4 - - uses: Snapp-Mobile/swift-coverage-action@feature/platform-detection + # - uses: Snapp-Mobile/swift-coverage-action@feature/platform-detection + - uses: Snapp-Mobile/swift-coverage-action@v1.0.1 From 3980fe4d2fbbb0c0247be8a78328950759e4f145 Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:28:11 +0100 Subject: [PATCH 5/7] Change swift-coverage-action to feature branch Updated swift-coverage-action to a feature branch for improved error handling and modular functions. --- .github/workflows/test-and-coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 022cd27..7ae81b8 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -12,4 +12,5 @@ steps: - uses: actions/checkout@v4 # - uses: Snapp-Mobile/swift-coverage-action@feature/platform-detection - - uses: Snapp-Mobile/swift-coverage-action@v1.0.1 + # - uses: Snapp-Mobile/swift-coverage-action@v1.0.1 + - uses: Snapp-Mobile/swift-coverage-action@feature/add-error-handling-and-modular-functions From fc8e91005a171fba51c8348557863cc4296e586b Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:29:23 +0100 Subject: [PATCH 6/7] Fix formatting in test-and-coverage.yml --- .github/workflows/test-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 7ae81b8..2033f5c 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -4,7 +4,7 @@ push: branches: [ "main" ] pull_request: - branches: [ "main"] + branches: [ "main" ] jobs: coverage: From 18fdae0e814cc871bd63a09a9d8040b58e707dfa Mon Sep 17 00:00:00 2001 From: Oleksii Kolomiiets <70503964+oleksiikolomiietssnapp@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:00:02 +0100 Subject: [PATCH 7/7] Update test-and-coverage.yml --- .github/workflows/test-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 2033f5c..3197e18 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -13,4 +13,4 @@ - uses: actions/checkout@v4 # - uses: Snapp-Mobile/swift-coverage-action@feature/platform-detection # - uses: Snapp-Mobile/swift-coverage-action@v1.0.1 - - uses: Snapp-Mobile/swift-coverage-action@feature/add-error-handling-and-modular-functions + - uses: Snapp-Mobile/swift-coverage-action@feature/add-debug-input