You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe
I noticed code coverage reports for the backend are extremely verbose (several pages long) and include lots of files that aren't actually in the package:
Code coverage reports were including lots of files that aren't in the package.
As usual, my first step was to steal from the AI Lab extension! :) The fix is in
vitest.config, but I also found some minor differences/formatting in vite.config
that I thought were worth picking up and aligning to.
Fixespodman-desktop#1321.
Signed-off-by: Tim deBoer <[email protected]>
Code coverage reports were including lots of files that aren't in the package.
As usual, my first step was to steal from the AI Lab extension! :) The fix is in
vitest.config.
Fixespodman-desktop#1321.
Signed-off-by: Tim deBoer <[email protected]>
deboer-tim
added a commit
to deboer-tim/podman-desktop-extension-bootc
that referenced
this issue
Feb 11, 2025
Code coverage reports were including lots of files that aren't in the package.
As usual, my first step was to steal from the AI Lab extension! :) The fix is in
vitest.config.
Fixespodman-desktop#1321.
Signed-off-by: Tim deBoer <[email protected]>
Is your enhancement related to a problem? Please describe
I noticed code coverage reports for the backend are extremely verbose (several pages long) and include lots of files that aren't actually in the package:
Describe the solution you'd like
Output coverage report only on files from the package.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: