insightsengineering / coverage-action

Github Action that generates a coverage summary using a Cobertura XML report
https://github.com/marketplace/actions/code-coverage-report-action
MIT License
16 stars 7 forks source link

[Question]: How to show the same report preview on push but not on PR ? #41

Closed Charles80808 closed 7 months ago

Charles80808 commented 7 months ago

What is your question?

Please correct me if I'm wrong

I was expecting this kind of output somewhere on my main branch image

But after the github action run. I cannot see it anywhere. I only has the xml on the branch created by the action. I assumed it will only show as comment on PR ?

What if I want to see that kind of output on the latest push not PR ? Is that possible ?

Code of Conduct

Contribution Guidelines

Security Policy

cicdguy commented 7 months ago

Hi, you won't be able to see it anywhere on a push event. Only pull request.