Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
test: do not run xconv for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igoriols committed Mar 5, 2018
1 parent 5a99f68 commit bb6dab5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -45,7 +45,6 @@ fastlane/test_example_output_ios
# xcov reports
fastlane/xcov_report_ios
fastlane/xcov_report_tvos
fastlane/xcov_example_report_ios

# lint output
fastlane/lint_output
1 change: 0 additions & 1 deletion fastlane/Fastfile
Expand Up @@ -34,7 +34,6 @@ platform :ios do
xcov(scheme: "Clappr", output_directory: "fastlane/xcov_report_ios")

scan(scheme: "Clappr_Example", output_directory: "fastlane/test_example_output_ios")
xcov(scheme: "Clappr_Example", output_directory: "fastlane/xcov_example_report_ios")
end

desc "Bump version in Podspec and Info.plist"
Expand Down

0 comments on commit bb6dab5

Please sign in to comment.