Skip to content

Commit

Permalink
Try to fix CodeCov coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed May 1, 2023
1 parent 0588259 commit c9fc45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Testing.yml
Expand Up @@ -37,3 +37,6 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.3
with:
files: ./DerivedData/Logs/Test/*.xcresult
verbose: true # optional (default = false)
1 change: 1 addition & 0 deletions fastlane/Fastfile
Expand Up @@ -21,6 +21,7 @@ platform :ios do
run_tests(project: "SketchKit.xcodeproj",
devices: ["iPhone 11 (16.2)"],
scheme: "SketchKit-Package",
derived_data_path: "./DerivedData",
code_coverage: true)
end
end

0 comments on commit c9fc45a

Please sign in to comment.