Closed pintux closed 7 years ago
I have the same problem: https://coveralls.io/github/lthurner/pandapower
It was still working until build #105: https://coveralls.io/builds/10674704 and then suddenly all files were gone in #106: https://coveralls.io/builds/10695748
I am seeing the same issue
Hi all, this issue is fixed now -- sorry for the confusion!
@nickmerwin Confirmed that I see source file information now. Thanks! However, and not sure if it is related but now the badge next to the source file reports a cov% that is different than the regular badge. See https://coveralls.io/builds/10773579/source?filename=TeslaJS.js for an example - 91.75% vs. 93.827%.
@nickmerwin: It works now, many thanks!
Hi @mseminatore that file coverage % includes branch coverage; each branch is treated like a line, so:
(304 + 74) / (324 + 88) = 0.9174
Thanks for the clarification!
Hi, source code for my github project is not listed under the project Source Files section. Project is: https://coveralls.io/github/vivocha/api-piki Any idea? Many thanks. Antonio