mapbox / node-cpp-skel

Skeleton for bindings to C++ libraries for Node.js using node-addon-api
Creative Commons Zero v1.0 Universal
72 stars 10 forks source link

Odd code coverage results #94

Open springmeyer opened 6 years ago

springmeyer commented 6 years ago

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.cpp

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?