Skip to content

feat: post comments using action #182

@vladopajic

Description

@vladopajic

currently go-test-coverage doesn't post comments on github PRs. this functionality is implemented using other actions (as explained here).

this issue tracks effort to implement posting comments on github PRs using this action.

for example when comment-report: true input is used github action can post/update comment with report directly on PR without need for other actions.

code example:

 - name: check test coverage
    uses: vladopajic/go-test-coverage@v2
    with:
      config: ./.github/.testcoverage.yml
      profile: ubuntu-latest-profile,macos-latest-profile,windows-latest-profile
      comment-report: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions