Skip to content

Customize plugin comment title #357

Closed Answered by ArtiomTr
joehoppe asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @joehoppe 👋,

Sorry, this feature is not documented, but there is an option to customize the comment title:

custom-title:
required: false
description: 'Sets the title of the coverage report comment in Github.'

For example, this could be:

name: 'coverage'
on:
    pull_request:
        branches:
            - master
            - main
jobs:
    coverage:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v3
            - uses: ArtiomTr/jest-coverage-report-action@v2
              with:
                  custom-title: Integration test coverage 

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by joehoppe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants