Skip to content

Commit

Permalink
Merge pull request #163 from sbenedicadb/dev-v5.0.0
Browse files Browse the repository at this point in the history
-remove codecov from dev-v5.0.0 circle script
  • Loading branch information
sbenedicadb authored Mar 12, 2024
2 parents 4c49c32 + 02eb2ad commit e53f1e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 2.1

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

workflows:
Expand Down Expand Up @@ -101,10 +101,10 @@ jobs:

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

test-spm-podspec-archive:
macos:
Expand Down

0 comments on commit e53f1e0

Please sign in to comment.