Skip to content

Commit 75d0baf

Browse files
Merge pull request #218 from wwt/206-codecov-report-on-readme-is-lying
Fix codecov report
2 parents 854fdb8 + 8f5d0b7 commit 75d0baf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
run: bundle exec fastlane unit_test
1818
working-directory: ${{ env.working-directory }}
1919
- name: Codecov
20-
uses: codecov/codecov-action@v3.0.0
20+
uses: codecov/codecov-action@v3
2121
with:
2222
fail_ci_if_error: true
23+
xcode: true
24+
xcode_archive_path: .github/test_output/SwiftCurrent.xcresult
2325
- name: Upload Test logs
2426
if: ${{ always() }}
2527
uses: actions/upload-artifact@v2

.github/workflows/PR_CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
run: bundle exec fastlane unit_test
1515
working-directory: ${{ env.working-directory }}
1616
- name: Codecov
17-
uses: codecov/codecov-action@v3.0.0
17+
uses: codecov/codecov-action@v3
1818
with:
1919
fail_ci_if_error: true
20+
xcode: true
21+
xcode_archive_path: .github/test_output/SwiftCurrent.xcresult
2022
- name: Upload Test logs
2123
if: ${{ always() }}
2224
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)