Closed priamai closed 1 week ago
Interesting, the make test
command doesnât have coverage anywhere. What command are you running to get this?
Do you have uv installed and configured properly? The CI runs make test
and it works without any error. So I couldnât reproduce it.
Yes fresh git clone with UV installed and I get that error. Very weird.
Sent from Outlook for Androidhttps://aka.ms/AAb9ysg
From: Redowan Delowar @.> Sent: Wednesday, October 23, 2024 7:19:26 PM To: rednafi/fastapi-nano @.> Cc: Paolo Di Prodi @.>; Author @.> Subject: Re: [rednafi/fastapi-nano] WARNING: Failed to generate report: No data to report. (Issue #315)
Do you have uv installed and configured properly? The CI runs make test and it works without any error. So I couldnât reproduce it.
â Reply to this email directly, view it on GitHubhttps://github.com/rednafi/fastapi-nano/issues/315#issuecomment-2433067897, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANVNMBRODZ3ASG2EB4RIWR3Z47SC5AVCNFSM6AAAAABQMQ4W7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZTGA3DOOBZG4. You are receiving this because you authored the thread.Message ID: @.***>
I was able to reproduce it. This has been patched. Thanks for reporting.
Hello, when I run make test:
can you explain what should be done to generate a proper coverage report? How do we enable the data collection?