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
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.
The text was updated successfully, but these errors were encountered:
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 tomlx
) 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 whatcoverage
checks, but it's not the best. We should find a way of havingcoverage
take into account those skipped tests.The text was updated successfully, but these errors were encountered: