cobertura-action icon indicating copy to clipboard operation
cobertura-action copied to clipboard

Fix workflow dispatch

Open gitfool opened this issue 3 years ago • 5 comments

Fixes #61.

gitfool avatar Dec 08 '21 19:12 gitfool

@hannseman PTAL

gitfool avatar Dec 08 '21 20:12 gitfool

@hannseman thoughts?

gitfool avatar Jan 10 '22 23:01 gitfool

@flaeppe Sounds like a good idea but I'm not a js/ts developer and don't have the bandwidth any more, sorry.

gitfool avatar Aug 22 '22 22:08 gitfool

Hello, I am trying to run this action with my cobertura.xml report:

- name: Generate cobertura report
        uses: 5monkeys/cobertura-action@v13
        with:
          path: ./test-reports/cobertura.xml
          minimum_coverage: 75

And i am getting:

Run 5monkeys/cobertura-action@v13
  with:
    path: ./test-reports/cobertura.xml
    minimum_coverage: 75
    repo_token: ***
    skip_covered: true
    fail_below_threshold: false
    show_line: false
    show_branch: false
    show_class_names: false
    show_missing: false
    link_missing_lines: false
    only_changed_files: false
  env:
    DEVELOPER_DIR: /Applications/Xcode_14.[2](https://github.com/MyiOSApp/actions/runs/6184469334/job/16788196695#step:25:2).app/Contents/Developer
    BUNDLER_VERSION: 1.17.2
    FASTLANE_USER: ***
    FASTLANE_PASSWORD: ***
    S[3](https://github.com/MyiOSApp/actions/runs/6184469334/job/16788196695#step:25:3)_BUCKET: myiosApp-applications
    S3_DIRECTORY: ios-hosting-internal
    SSH_AGENT_PID: 1810
Error: Found no commit.

Any thoughts?

amuresang avatar Sep 14 '23 13:09 amuresang