Skip to content

Commit

Permalink
Enable code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Nov 17, 2015
1 parent 3dc0fd4 commit 3c41e3a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Verbena.xcodeproj/xcshareddata/xcschemes/Verbena.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand Down
3 changes: 2 additions & 1 deletion Verbena.xcodeproj/xcshareddata/xcschemes/VerbenaMac.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand Down
2 changes: 1 addition & 1 deletion Verbena/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>40</string>
<string>42</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion VerbenaMac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>40</string>
<string>42</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Kaishin &amp; Co. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion VerbenaMacTests/NSImageFromViewSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NSImageFromViewTests: XCTestCase {
let view = NSView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))
view.wantsLayer = true
view.layer?.backgroundColor = NSColor.redColor().CGColor
image = NSImage.imageWithView(view)
image = NSImage.imageFromView(view)
}

func testImageIsDrawnInContext() {
Expand Down

0 comments on commit 3c41e3a

Please sign in to comment.