Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect targets presented in HTML report file #220

Open
mollyIV opened this issue Nov 26, 2024 · 0 comments
Open

Incorrect targets presented in HTML report file #220

mollyIV opened this issue Nov 26, 2024 · 0 comments

Comments

@mollyIV
Copy link
Contributor

mollyIV commented Nov 26, 2024

Incorrect targets are presented in HTML report file.

The setup:
image

Steps to reproduce:

  • use attached POC project: ios_app_with_tests.zip
  • remove Xcode Derived Data
  • build the POC app xcodebuild build -scheme App -workspace App.xcworkspace -resultBundlePath /path/to/generate/report
  • generate HTML report by calling xclogparser parse --project App --reporter html
  • open the HTML report file

Actual results:

  • I see targets / modules like "Create build description" in the Slowest targets section of the report
Screenshot 2024-11-26 at 19 08 07

Expected results:

  • I should see only 2 targets, App and FrameworkA, in the Slowest targets section of the report

System Info:

  • macOS 15.1.1
  • Xcode: 16.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant