In pullrequest #55 implementing issue #38 the jacoco-badge-generator will create badges as images and try to push them to our protected branch main which fails because 2 review approvals are needed.
https://github.com/cicirello/examples-jacoco-badge-generator#basic-case-githubworkflowsbuildyml
According to the documentation we have two options too solve this in a good way.
-
Create a pullrequest for each badge update: https://github.com/cicirello/examples-jacoco-badge-generator#pull-request-to-update-badges-githubworkflowsbuild-pryml
-
Or what might be a better way use a dedicated badge branch: https://github.com/cicirello/examples-jacoco-badge-generator#dedicated-badges-branch-githubworkflowsbuild-badges-branchyml
In pullrequest #55 implementing issue #38 the jacoco-badge-generator will create badges as images and try to push them to our protected branch main which fails because 2 review approvals are needed.
https://github.com/cicirello/examples-jacoco-badge-generator#basic-case-githubworkflowsbuildyml
According to the documentation we have two options too solve this in a good way.
Create a pullrequest for each badge update: https://github.com/cicirello/examples-jacoco-badge-generator#pull-request-to-update-badges-githubworkflowsbuild-pryml
Or what might be a better way use a dedicated badge branch: https://github.com/cicirello/examples-jacoco-badge-generator#dedicated-badges-branch-githubworkflowsbuild-badges-branchyml