Skip to content

Commit

Permalink
add xcresultparser markdown for comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 23, 2024
1 parent c82e8e6 commit a88a198
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,15 @@ jobs:
run: |
ls ./fastlane/test_output/
xcresultparser -o cobertura ./fastlane/test_output/PrimerSDKTests.xcresult > cobertura.xml
xcresultparser -o md ./fastlane/test_output/PrimerSDKTests.xcresult > results.md
- uses: actions/upload-artifact@master
with:
name: cobertura-coverage-file
path: ./cobertura.xml
- uses: actions/upload-artifact@master
with:
name: results-markdown
path: ./results.md

test-coverage:
needs:
Expand Down

0 comments on commit a88a198

Please sign in to comment.