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
I do not think we can assume that each profile has the same sorted FileName and Blocks. I think we need to add more checks for it.
In my case, the test coverage for one profile does not have the same order with others, then it is ignored since we only use the order in head to check it.
Hi, I use this branch https://github.com/gaocegege/ormb/tree/goveralls-bug to run goveralls and find that some test coverage is not reported to coveralls.
I find that the logic here has errors: https://github.com/mattn/goveralls/blob/master/gocover.go#L33
I do not think we can assume that each profile has the same sorted FileName and Blocks. I think we need to add more checks for it.
In my case, the test coverage for one profile does not have the same order with others, then it is ignored since we only use the order in head to check it.
Here is a simple fix https://github.com/kleveross/goveralls/pull/1/files:
The text was updated successfully, but these errors were encountered: