Skip to content

Commit

Permalink
chore(code-coverage): enable code coverage & add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanecopin committed Oct 15, 2020
1 parent 1a6e03f commit 1061417
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- "Pods"
- "Tests"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES"
onlyGenerateCoverageForSpecifiedTargets = "YES">
<CodeCoverageTargets>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CF8F53C2063236F6182F987110ACB2EC"
BuildableName = "FueledUtils.framework"
BlueprintName = "FueledUtils"
ReferencedContainer = "container:Pods/Pods.xcodeproj">
</BuildableReference>
</CodeCoverageTargets>
<Testables>
<TestableReference
skipped = "NO">
Expand Down

0 comments on commit 1061417

Please sign in to comment.