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
As you may see, for example, line 14 is visible there several times with different count.
This tool converts it to:
DA:14,0
DA:14,0
DA:14,1
DA:14,0
DA:14,0
DA:14,0
And then coveralls doesn't seem to handle it and shows ZERO coverage when there was exactly one pass. Maybe this tool should sum such entries, and as so coveralls would show correct value, or maybe it's a bug worth reporting to coveralls?
The text was updated successfully, but these errors were encountered:
codecov: 82%
coveralls: 48%
https://github.com/arvenil/kata
Note
-coverpkg=./...
.This results in below file (I cut it only to show line 14 of templates.go file):
As you may see, for example, line 14 is visible there several times with different count.
This tool converts it to:
And then coveralls doesn't seem to handle it and shows ZERO coverage when there was exactly one pass. Maybe this tool should sum such entries, and as so coveralls would show correct value, or maybe it's a bug worth reporting to coveralls?
The text was updated successfully, but these errors were encountered: