Skip to content

Commit

Permalink
Add travis and codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Naumov committed Nov 16, 2019
1 parent 34665e8 commit a9a8849
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .swiftpm/xcode/xcshareddata/xcschemes/ViewInspector.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,17 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<CodeCoverageTargets>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "ViewInspector"
BuildableName = "ViewInspector"
BlueprintName = "ViewInspector"
ReferencedContainer = "container:">
</BuildableReference>
</CodeCoverageTargets>
<Testables>
<TestableReference
skipped = "NO">
Expand Down
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
os: osx
language: swift
osx_image: xcode11.2
env:
- PROJECT_NAME=ViewInspector
install: swift package update
script:
- swift build
- swift test
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit a9a8849

Please sign in to comment.