Description
I am testing Codecov with a ruby project, and looking for help configuring branch coverage support.
The config of simple cove is like below
SimpleCov.start do
enable_coverage :branch
end
However, in codecov report, I can’t find branch coverage results
is branch coverage for ruby(simplecov) supported?
Expected Results
I can see the branch coverage results
Actual Results
I can’t see the branch coverage results