We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
tests/run_tests.sh
The text was updated successfully, but these errors were encountered:
Merge branch 'master' into dipole
fda9446
This is done to ensure that the extended tests (PR #126) are in place.
Successfully merging a pull request may close this issue.
Old test runs like this show that failing tests are not correctly reported as such in GitHub Actions, which mistakenly marks them with «success»:
It seems that the problem is a lack of checks in
tests/run_tests.sh
(which is used by the test workflow).The text was updated successfully, but these errors were encountered: