Skip to content

GitHub Action - Sonarqube - Xcode 15.4 - 16.1 - Apple Silicon #576

@salvatoreboemia

Description

@salvatoreboemia

Hi

I'm trying to create a report to use on Sonarqube for code coverage

I decide to use Slather in my GitHub action but I receive an error

My action

- name: Generate coverage report with Slather
        run: |
          slather coverage --sonarqube-xml \
            --workspace MyApp.xcworkspace \
            --scheme MyApp \
            MyApp.xcodeproj \
            --ignore "Pods/*" "build/*" "DerivedData/*"
      

But I got this error

ERROR: too many arguments

Could you help me?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions