-
Couldn't load subscription status.
- Fork 643
Closed
Labels
Description
What behavior of the library made you think about the improvement?
Currently a lot of tests are marked as missing coverage despite tests existing.
Abbreviated form:
Name Stmts Miss Branch BrPart Cover Missing
------------------------------------------------------------------------------------------
outlines/fsm/fsm.py 32 32 0 0 0% 1-69
outlines/fsm/parsing.py 401 401 126 0 0% 1-870
outlines/fsm/yaml_schema.py 260 260 156 0 0% 1-574
Other modules with coverage may be incorrectly under-counted provided these modules have coverage and are counted as 0% covered.
How would you like it to behave?
Ensure coverage is measured accurately in CI.