You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/action/lib/report_adapter.rb:10:in `conslusion': undefined method `>=' for nil:NilClass (NoMethodError)
from /action/lib/github_check_run_service.rb:20:in `run'
from /action/lib/index.rb:29:in `<main>'
Am I missing anything here?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for creating this action.
Is there a specific formatter to use with SimpleCov?
I'm using the
SimpleCov::Formatter::JSONFormatter
which generates the following fileThe file seems to have a different structure from the one expected by the action (https://github.com/devmasx/coverage-check-action/blob/master/lib/coverage_report.rb#L18)
Therefore, when I run it, I get
Am I missing anything here?
Thanks,
The text was updated successfully, but these errors were encountered: