Skip to content

Commit

Permalink
Update code coverage settings (AFNetworking#4201)
Browse files Browse the repository at this point in the history
* Ignore coverage of test code.

* Add a second code coverage lane.

* Increase testing for code coverage.

* Fix the name of the Apple TV simulator.

* Delete .env.osx_10.10_xcode6

* Delete .env.osx_10.9_xcode6
  • Loading branch information
SlaunchaMan authored and jshier committed Oct 21, 2019
1 parent 7383ffc commit 2c2d2c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "Tests"
File renamed without changes.
5 changes: 5 additions & 0 deletions fastlane/.env.osx_10.11_xcode7
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SCAN_SCHEME=$AF_OSX_FRAMEWORK_SCHEME
SCAN_SDK="macosx10.11"

EXAMPLE_SCHEME=$AF_OSX_EXAMPLE_SCHEME
EXAMPLE_DESTINATION="platform=macOS"
6 changes: 6 additions & 0 deletions fastlane/.env.tvos9_xcode7
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SCAN_SCHEME=$AF_TVOS_FRAMEWORK_SCHEME
SCAN_DEVICE="Apple TV 1080p"
SCAN_SDK="appletvsimulator9.2"

EXAMPLE_SCHEME=$AF_TVOS_EXAMPLE_SCHEME
EXAMPLE_DESTINATION="platform=tvOS Simulator,name=Apple TV"

0 comments on commit 2c2d2c3

Please sign in to comment.