-
Notifications
You must be signed in to change notification settings - Fork 180
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
don't ignore min_coverage
in mix coveralls.json
#297
Comments
Thank you for the feedback 🙇 . I assume it's related to #286. While it may make sense to have that feature for |
@parroty couldn't find any reports here but the same thing happens with |
+1 for not ignoring I'm currently seeing this situation on GitHub Actions:
Even though coverage is visible on their website:
To work around that (for now), I could disable the branch requirement for |
Thank you for the comment 🙇 . I am now checking this item through #305. |
First of all - thanks for your work!
currently
min_coverage
option seems to only be taken into accountwhen using
mix coveralls
andmix coveralls.html
tasks.https://github.com/parroty/excoveralls/blame/b706b5da6d3a62ff51552059cf57726c6ad104e5/README.md#L426...L427
I would like to use the min_coverage option and generate a json file.
if I understand that right I would need to run my test suite twice in order to achieve both - the failure on below min_coverage and a json file.
I would prefer not to do that.
mix coveralls.json
?Thanks
The text was updated successfully, but these errors were encountered: