Skip to content

Commit

Permalink
result bundle path
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 22, 2024
1 parent f075bb0 commit e0be6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
brew install xcresultparser
- name: Create cobertura code coverage file
run: |
ls ./test_output/
xcresultparser -o cobertura ./test_output/test.xcresult > cobertura.xml
ls ./fastlane/test_output/
xcresultparser -o cobertura ./fastlane/test_output/PrimerSDKTests.xcresult > cobertura.xml
- name: Code Coverage Summary
uses: irongut/[email protected]
with:
Expand Down

0 comments on commit e0be6df

Please sign in to comment.