I noticed that the code coverage reports show high coverage (green lines) as expected, but the "line counts" (green circles on the left) only show that the covered lines are being hit once.
Normally I would expect the line counts to be varied and much higher. So, I wonder if this regressed in codecov or whether this regressed due to a change we made?
I noticed that the code coverage reports show high coverage (green lines) as expected, but the "line counts" (green circles on the left) only show that the covered lines are being hit once.
Notice the
1
listed to the left of each line at https://codecov.io/gh/mapbox/node-cpp-skel/src/2f10df1135afe898abc43200e2e8324fe6a52af9/src/object_async/hello_async.cppNormally I would expect the line counts to be varied and much higher. So, I wonder if this regressed in codecov or whether this regressed due to a change we made?