I have a class defined in two files, each "public partial class C". One is generated, so I don't test much of it. The other file contains my bespoke logic, so I test that to 100%.
Last night, probably around 23:00, I noticed that the Metrics report was not showing 100% anymore -- it's not showing any number at all. Other files, when untested, report 0%. When I open the file, there are no cheerful dots indicating that a line is / is not under test. When I look at the metric for the other partial file, it reports test coverage to 34.48%, even though it's only a POCO (and therefore almost entirely untested).
Any ideas what I might have bonked in the setup to cause this behaviour?
[img=https://1drv.ms/u/s!AjkV7Vi7_yS6iL5ZEzELXeim3LOeOg?e=wV3kEd]screencap[/img]