-
I have been using XCode 14 and xcov to report coverage, it was working fine until we moved to Xcode 16.
Gemfile has the following,
```
gem 'xcov', '1.8.1'
gem 'danger'
gem 'xcresult', '0.2.2'
…
-
@ciryon : Currently when the XCODE is updated to version 11, the reports are getting generated in build-1234..xcresult format. This format is not supported currently by OCUnit2JUnit plugin. Please up…
-
When I try to build the project using `xcodebuild` command it builds successfully, but when I try to run **Periphery**, it gives me an error that I don't have access to a private repo (which I do have…
-
Getting the below error with my project. This is the configuration:
- name: Run unit tests
run: xcodebuild -project Ro.xcodeproj -scheme 'Pipeline' -sdk iphonesimulator -destination 'platform=iOS …
-
Thank you for the awesome action!
when using `show-passed-tests: false`
we are getting the error:
`Error: The process '/usr/bin/xcrun' failed with exit code 1`
in step:
```
- name:…
paulz updated
12 months ago
-
`.xccovarchive` path has been changed to the following format from Xcode 10:
```
DerivedData/{APP_NAME}/Logs/Test/Test-{APP_NAME}-{TIMESTAMP}.xcresult/{TEST_PHASE}/action.xccovarchive
```
eg:
…
-
"xcresults export" command fails with:
java.lang.NullPointerException
at io.eroshenkoam.xcresults.export.ExportCommand.runUnsafe(ExportCommand.java:101)
at io.eroshenkoam.xcresults.export.ExportC…
-
The output path of Xcode coverage tool has changed.
Xcode9 : `DerivedData/{build}/Logs/Test/{testpass}.xcovreport`
Xcode10 : `DerivedData/{build}/Logs/Test/{testpass}.xcresult/{#}_Test/action.xcov…
-
In the xcresult json output it can be found under actions --> values --> 0 --> actionResult --> testsRef
I would like to be able to also see my unit test results :) and I'm sure other folks would l…
-
**Describe the bug**
Allure reports are empty when run with Xcode 11 result bundles.
As described in the [Xcode release notes](https://developer.apple.com/documentation/xcode_release_notes/xcode_1…