Skip to content

Commit

Permalink
Merge pull request #218 from wwt/206-codecov-report-on-readme-is-lying
Browse files Browse the repository at this point in the history
Fix codecov report
  • Loading branch information
Tyler-Keith-Thompson committed Nov 5, 2022
2 parents 854fdb8 + 8f5d0b7 commit 75d0baf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -17,9 +17,11 @@ jobs:
run: bundle exec fastlane unit_test
working-directory: ${{ env.working-directory }}
- name: Codecov
uses: codecov/codecov-action@v3.0.0
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
xcode: true
xcode_archive_path: .github/test_output/SwiftCurrent.xcresult
- name: Upload Test logs
if: ${{ always() }}
uses: actions/upload-artifact@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/PR_CI.yml
Expand Up @@ -14,9 +14,11 @@ jobs:
run: bundle exec fastlane unit_test
working-directory: ${{ env.working-directory }}
- name: Codecov
uses: codecov/codecov-action@v3.0.0
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
xcode: true
xcode_archive_path: .github/test_output/SwiftCurrent.xcresult
- name: Upload Test logs
if: ${{ always() }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 75d0baf

Please sign in to comment.