Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line coverage for CI pipeline from external repositories #268

Open
immel-f opened this issue Dec 19, 2022 · 1 comment
Open

Line coverage for CI pipeline from external repositories #268

immel-f opened this issue Dec 19, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers WIP

Comments

@immel-f
Copy link
Contributor

immel-f commented Dec 19, 2022

Currently, the CI Pipeline for the repository contains a working line coverage check with lcov which is generated as a HTML artifact and as a comment under the commit/pull request. This works for pull requests and everything else in normal repos, but for pull requests from forks of public repositories, Github does not issue a write token for the Github actions. There is a blogpost from Github that describes the rationale behind this decision and a suggested workaround. Something similar would need to implemented here to allow comments with line coverage on external pull requests.

@immel-f immel-f added enhancement New feature or request good first issue Good for newcomers labels Dec 19, 2022
@github-actions
Copy link

This issue is stale because it has been open for 90 days with no activity. Is this issue still work in progress? If yes, mark it as "WIP" or comment, otherwise it will be closed in 30 days.

@github-actions github-actions bot added the Stale label Mar 20, 2023
@immel-f immel-f added WIP and removed Stale labels Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers WIP
Projects
None yet
Development

No branches or pull requests

1 participant