Safe-DS / Runner

Execute Safe-DS programs that were compiled to Python.
MIT License
2 stars 0 forks source link

feat: shutdown messages #25

Closed WinPlay02 closed 10 months ago

WinPlay02 commented 10 months ago

Closes #24

Summary of Changes

codecov[bot] commented 10 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (fc5934f) 100.00% compared to head (d32f769) 81.37%.

Files Patch % Lines
tests/safeds_runner/server/test_websocket_mock.py 15.38% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ============================================ - Coverage 100.00% 81.37% -18.63% ============================================ Files 9 10 +1 Lines 337 435 +98 ============================================ + Hits 337 354 +17 - Misses 0 81 +81 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 10 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 4 0 0 0.61s
✅ PYTHON mypy 4 0 1.72s
✅ PYTHON ruff 4 0 0 0.03s
✅ REPOSITORY git_diff yes no 0.02s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

WinPlay02 commented 10 months ago

Why is the coverage suddenly broken?

lars-reimann commented 10 months ago

Why is the coverage suddenly broken?

No idea. For some reason, the test file is included in the coverage after 11108bb.

lars-reimann commented 10 months ago

:tada: This PR is included in version 0.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: