Skip to content

Commit

Permalink
Enable Swift flag to Xcodecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo authored Nov 14, 2023
1 parent e91561e commit f5985d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
swift: true
directory: ./coverage/
files: ./coverage/SwdUnitTests.xcresult
verbose: true

0 comments on commit f5985d3

Please sign in to comment.