coverage icon indicating copy to clipboard operation
coverage copied to clipboard

Coverage check only includes changes from the last commit (missing files from previous commits in the same branch).

Open stezki opened this issue 1 year ago • 1 comments
trafficstars

Hi @oreporan,

Thank you for the helpful package.

Currently, the coverage takes the last commit (in the same branch) and ignore the files from previous commits (in the same branch).

Can you help us with that ?

stezki avatar Jan 18 '24 12:01 stezki

the action looks at the pull request base and not on the last commit

    const {pull_request} = context.payload
    const base = pull_request?.base.sha
    const head = pull_request?.head.sha

orgoro avatar Mar 29 '24 07:03 orgoro