Skip to content

[BUG] build_message outputs "All tests successful" if there is exactly one failure #93

@mikkokeskinen

Description

@mikkokeskinen

If there is exactly one failure, the build_message function outputs:

✅ All tests successful. No failed tests were found.

Because in the templates/test_results_message.md there is a wrong if clause:

{% if num_failed > 1 %}

It should obviously be

{% if num_failed > 0 %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions