We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Two Coverage Tests - check is overwritten
Both front- and backend use this github action. Both succeed, but overwrite the other. Therefore I cannot require both as merge requirement.
Possible solution:
Coverage
Coverage-1
Coverage-2
name: Coverage-Backend
name: Coverage-WebApp
The text was updated successfully, but these errors were encountered:
coverage-check-action/lib/github_check_run_service.rb
Line 4 in 0bc53bb
Something like this - sadly am not well versed in ruby. CHECK_NAME = @github_data[:name] || 'Coverage'
CHECK_NAME = @github_data[:name] || 'Coverage'
The @github_data is not available there tho.
@github_data
Sorry, something went wrong.
I implemented this. You can use https://github.com/webcraftmedia/coverage-check-action . There is also a PR #8 on this Repo, but stale
Successfully merging a pull request may close this issue.
Two Coverage Tests - check is overwritten
Both front- and backend use this github action. Both succeed, but overwrite the other. Therefore I cannot require both as merge requirement.
Possible solution:
Coverage
,Coverage-1
,Coverage-2
name: Coverage-Backend
,name: Coverage-WebApp
The text was updated successfully, but these errors were encountered: