Skip to content

Handle skipped tests in coverage check #1506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
RobinPicard opened this issue Mar 20, 2025 · 0 comments
Open

Handle skipped tests in coverage check #1506

RobinPicard opened this issue Mar 20, 2025 · 0 comments

Comments

@RobinPicard
Copy link
Contributor

We use the library coverage to check our test coverage in the CI. An issue we encountered is that skipped tests (for instance those related to mlx) are not taken into account such that the test fails even though we actually have a test for a given set of lines. A temporary solution is to exclude the files concerned from what coverage checks, but it's not the best. We should find a way of having coverage take into account those skipped tests.

@RobinPicard RobinPicard changed the title Handle skipped tests with coverage Handle skipped tests in coverage check Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant