nvim-neotest / neotest-go

MIT License
124 stars 43 forks source link

Neotest Summary window is showing incorrect status #45

Closed tfrs1 closed 1 year ago

tfrs1 commented 1 year ago

As in the title, the neotest.summary window is showing incorrect status at at least the file level.

Screenshot 2023-05-02 at 18 34 54

From what I've been able to gather, this is related to changes in https://github.com/nvim-neotest/neotest-go/pull/39, more specifically because of hard-coding the result status to "failed" on all file nodes. I understand that neotest is supposed to determine the status of the file node from the leaves automatically. I'm tagging you @sergii4 because you are the author.

sergii4 commented 1 year ago

Hi @tfrs1, could you please update. I believe the issue was fixed in #44

tfrs1 commented 1 year ago

You're right. Sorry for the false alarm.