Phil-Barber

Results 4 comments of Phil-Barber

I'm unsure if this is related but I've got the same symptom (tests passing and shown to be passing in output_panel logs, but status in neotest is failed). The output...

Similarly: ``` StrictLenIntTuple = tuple[int, int, int, int] def func(some_tuple: StrictLenIntTuple) -> None: return None str_tuple = ('a', 'bc', 'def', 'ghij') int_tuple = tuple(map(len, str_tuple)) func(int_tuple) # Argument 1 to...

Hey I noticed from a little digging that my issue here was that my coverage report was generated with `source = ` config set. This means that the filesChanged list...

> Is this fixed? because I am facing the same issue. The comment does not include the changed files, but a single line for all files report. @Phil-Barber could you...