-
Notifications
You must be signed in to change notification settings - Fork 74
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
Coverage threshold for failure as input to gha #161
Comments
Hi @pbhandari-turo. Thanks for the input. We are considering adding some of the functionality of the Coveralls API's tl;dr:Interacting with the That said, there's nothing preventing users from also interacting with the Details:Let me explain what's supported by Coveralls Integrations now, and why, along with a typical use case that entails both the The Coveralls "integration" model (
|
According to the docs, the only way to set the "COVERAGE THRESHOLD FOR FAILURE" and "COVERAGE DECREASE THRESHOLD FOR FAILURE" is via the UI or using the PUT/POST api.
Using this action should not require any configurations outside and the
POST /api/repos
request params likecomment_on_pull_requests, send_build_status, commit_status_fail_threshold, commit_status_fail_change_threshold
should we made available as inputs to this action.Am I missing something or is this not supported right now, if not are there any plans to do so? Thank you!
The text was updated successfully, but these errors were encountered: