File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments