Skip to content

Fix Coverage #1105

@lapp0

Description

@lapp0

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions