5monkeys / cobertura-action

GitHub Action to report cobertura coverage
MIT License
63 stars 69 forks source link

Fix to support Gitea #93

Closed dshelley66 closed 11 months ago

dshelley66 commented 11 months ago

Added skip_check_run option as posting check runs isn't supported by the Gitea API. Defaults to false to preserve original behaviour.

Added repo_base_url so that file links could be formatted properly for gitea. This defaults to github.com to preserve origincal behaviour.