Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests with AEPTestUtils and other MISC fixes #1002

Merged
merged 21 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 57 additions & 57 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: 2.1

orbs:
codecov: codecov/[email protected]
# codecov: codecov/[email protected]
macos: circleci/macos@2

# Workflows orchestrate a set of jobs to be run;
Expand Down Expand Up @@ -80,20 +80,20 @@ commands:
steps:
- macos/preboot-simulator:
platform: "iOS"
version: "17.0"
device: "iPhone 15"
version: "17.2"

prestart_tvos_simulator:
steps:
- macos/preboot-simulator:
platform: "tvOS"
version: "17.0"
device: "Apple TV"
version: "17.2"

jobs:
validate-code:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -106,7 +106,7 @@ jobs:

test-ios-core:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -121,14 +121,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aepcore-ios-tests
upload_name: Coverage Report for AEPCore iOS Tests
xtra_args: -c -v --xc --xp build/AEPCore-ios.xcresult
# - codecov/upload:
# flags: aepcore-ios-tests
# upload_name: Coverage Report for AEPCore iOS Tests
# xtra_args: -c -v --xc --xp build/AEPCore-ios.xcresult

test-ios-services:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -143,14 +143,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aepservices-ios-tests
upload_name: Coverage Report for AEPServices iOS Tests
xtra_args: -c -v --xc --xp build/AEPServices-ios.xcresult
# - codecov/upload:
# flags: aepservices-ios-tests
# upload_name: Coverage Report for AEPServices iOS Tests
# xtra_args: -c -v --xc --xp build/AEPServices-ios.xcresult

test-ios-lifecycle:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -165,14 +165,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aeplifecycle-ios-tests
upload_name: Coverage Report for AEPLifecycle iOS Tests
xtra_args: -c -v --xc --xp build/AEPLifecycle-ios.xcresult
# - codecov/upload:
# flags: aeplifecycle-ios-tests
# upload_name: Coverage Report for AEPLifecycle iOS Tests
# xtra_args: -c -v --xc --xp build/AEPLifecycle-ios.xcresult

test-ios-identity:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -187,14 +187,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aepidentity-ios-tests
upload_name: Coverage Report for AEPIdentity iOS Tests
xtra_args: -c -v --xc --xp build/AEPIdentity-ios.xcresult
# - codecov/upload:
# flags: aepidentity-ios-tests
# upload_name: Coverage Report for AEPIdentity iOS Tests
# xtra_args: -c -v --xc --xp build/AEPIdentity-ios.xcresult

test-ios-signal:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -209,14 +209,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aepsignal-ios-tests
upload_name: Coverage Report for AEPSignal iOS Tests
xtra_args: -c -v --xc --xp build/AEPSignal-ios.xcresult
# - codecov/upload:
# flags: aepsignal-ios-tests
# upload_name: Coverage Report for AEPSignal iOS Tests
# xtra_args: -c -v --xc --xp build/AEPSignal-ios.xcresult

test-ios-integration:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -231,7 +231,7 @@ jobs:

test-tvos-core:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -246,14 +246,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aepcore-tvos-tests
upload_name: Coverage Report for AEPCore tvOS Tests
xtra_args: -c -v --xc --xp build/AEPCore-tvos.xcresult
# - codecov/upload:
# flags: aepcore-tvos-tests
# upload_name: Coverage Report for AEPCore tvOS Tests
# xtra_args: -c -v --xc --xp build/AEPCore-tvos.xcresult

test-tvos-services:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -268,14 +268,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aepservices-tvos-tests
upload_name: Coverage Report for AEPServices tvOS Tests
xtra_args: -c -v --xc --xp build/AEPServices-tvos.xcresult
# - codecov/upload:
# flags: aepservices-tvos-tests
# upload_name: Coverage Report for AEPServices tvOS Tests
# xtra_args: -c -v --xc --xp build/AEPServices-tvos.xcresult

test-tvos-lifecycle:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -290,14 +290,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aeplifecycle-tvos-tests
upload_name: Coverage Report for AEPLifecycle tvOS Tests
xtra_args: -c -v --xc --xp build/AEPLifecycle-tvos.xcresult
# - codecov/upload:
# flags: aeplifecycle-tvos-tests
# upload_name: Coverage Report for AEPLifecycle tvOS Tests
# xtra_args: -c -v --xc --xp build/AEPLifecycle-tvos.xcresult

test-tvos-identity:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -312,14 +312,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aepidentity-tvos-tests
upload_name: Coverage Report for AEPIdentity tvOS Tests
xtra_args: -c -v --xc --xp build/AEPIdentity-tvos.xcresult
# - codecov/upload:
# flags: aepidentity-tvos-tests
# upload_name: Coverage Report for AEPIdentity tvOS Tests
# xtra_args: -c -v --xc --xp build/AEPIdentity-tvos.xcresult

test-tvos-signal:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -334,14 +334,14 @@ jobs:

# Code coverage upload using Codecov
# See options explanation here: https://docs.codecov.com/docs/codecov-uploader
- codecov/upload:
flags: aepsignal-tvos-tests
upload_name: Coverage Report for AEPSignal tvOS Tests
xtra_args: -c -v --xc --xp build/AEPSignal-tvos.xcresult
# - codecov/upload:
# flags: aepsignal-tvos-tests
# upload_name: Coverage Report for AEPSignal tvOS Tests
# xtra_args: -c -v --xc --xp build/AEPSignal-tvos.xcresult

test-tvos-integration:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.1 # Specify the Xcode version to use

steps:
- checkout
Expand All @@ -356,7 +356,7 @@ jobs:

test-spm-podspec-archive:
macos:
xcode: 15.0.0 # Specify the Xcode version to use
xcode: 15.0 # Specify the Xcode version to use

steps:
- checkout
Expand Down
Loading