Skip to content

Commit

Permalink
remove layout provider classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-gallagher committed Apr 5, 2021
1 parent e1128e7 commit 72a1ff3
Show file tree
Hide file tree
Showing 246 changed files with 268 additions and 28,257 deletions.
8 changes: 6 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ coverage:
round: down # round down coverage
range: "70...100" # visual color range in codecov
status:
project: yes # measures the overall project coverage and compares it against the base of the pull request or parent commit
project: # measures the overall project coverage and compares it against the base of the pull request or parent commit.
default:
informational: true # non-blocking
patch: # measures only the lines adjusted in the pull request or single commit, if the commit is not in a pull request
default:
target: 100% # all new code should have 100% coverage
informational: true # non-blocking
changes: yes # detect changes in coverage that are NOT included in the commit/pull diff, and report these changes as a commit status
default:
informational: true # non-blocking

parsers:
gcov:
Expand Down
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ xcuserdata/
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
#

Example/Pods/
Example/Podfile.lock

# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ matrix:
- name: "Run SwiftLint"
script: xcodebuild -workspace Example/Shuffle.xcworkspace -scheme SwiftLint -sdk iphonesimulator -destination platform="iOS Simulator,name=iPhone 11 Pro Max,OS=14.4"
- name: "Build Framework & Example Project"
script: xcodebuild -workspace Example/Shuffle.xcworkspace -scheme ShuffleExample -sdk iphonesimulator -destination platform="iOS Simulator,name=iPhone 11 Pro Max,OS=14.4"
script: cd Example/ && pod install && xcodebuild -workspace Shuffle.xcworkspace -scheme ShuffleExample -sdk iphonesimulator -destination platform="iOS Simulator,name=iPhone 11 Pro Max,OS=14.4"
- name: "Run Unit Tests"
script: xcodebuild test -workspace Example/Shuffle.xcworkspace -scheme ShuffleTests -sdk iphonesimulator -destination platform="iOS Simulator,name=iPhone 11 Pro Max,OS=14.4"
script: cd Example/ && pod install && xcodebuild test -workspace Shuffle.xcworkspace -scheme ShuffleTests -sdk iphonesimulator -destination platform="iOS Simulator,name=iPhone 11 Pro Max,OS=14.4"

# upload codecov report
after_success: bash <(curl -s https://codecov.io/bash) -J 'Shuffle'
35 changes: 0 additions & 35 deletions Example/Podfile.lock

This file was deleted.

25 changes: 0 additions & 25 deletions Example/Pods/Local Podspecs/Shuffle-iOS.podspec.json

This file was deleted.

35 changes: 0 additions & 35 deletions Example/Pods/Manifest.lock

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 72a1ff3

Please sign in to comment.