Skip to content

Failing tests are not signalled by GitHub #126

@ziotom78

Description

@ziotom78

Old test runs like this show that failing tests are not correctly reported as such in GitHub Actions, which mistakenly marks them with «success»:

…
test/test_destriper.py::test_destriper FAILED                            [  1%]
test/test_detectors.py::test_detector_from_dict PASSED                   [  3%]
test/test_detectors.py::test_detector_from_toml PASSED                   [  5%]
test/test_detectors.py::test_detector_from_imo PASSED                    [  7%]
…

It seems that the problem is a lack of checks in tests/run_tests.sh (which is used by the test workflow).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions