-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow user-defined pull request number #365
Comments
Hey @xli12, thank you for opening up the issue! Definitely something I would like to support, and I would welcome a PR for this very much! 👍 |
Hi @davelosert , Thank you for your quick reply! A pull request #369 has been submitted. Please let me know if you have further questions. |
@xli12: I just merged the PR and this feature got released in version Thank you again for contributing! ❤ |
@davelosert Thank you for all the assistance with this feature. Just tested using the latest version |
@xli12 : Thank you so much for the feedback - glad to see it works and already provides value to you! ❤ I will close this issue then! |
@xli12: Coming back here - I've just released v2.6.0 of this action with a feature with this action that allows you to set the I guess you have some intermediate action right now that would do the same that you potentially could remove then. Let me know if it's useful and works for you! :) |
Hi,
We are using this Github Action to report the test coverage in our pipeline. However, the actions are not always triggered by
pull_request
, butpush
instead. As a result, in the context there is no pull request number:Therefore a user-defined pull request number as an input would be helpful (suppose the
prNumber
is given by the user):There are other test coverage GitHub Actions which allow this, for example https://github.com/ArtiomTr/jest-coverage-report-action/tree/main.
I could also submit a pull request if needed.
The text was updated successfully, but these errors were encountered: