Safe-DS / Stub-Generator

Automated generation of Safe-DS stubs for Python libraries.
https://stubgen.safeds.com
MIT License
3 stars 0 forks source link

feat: Missing types from type hints are now replaced by docstring types #142

Closed Masara closed 4 months ago

Masara commented 6 months ago

Summary of Changes

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 11 0 0 1.51s
✅ PYTHON mypy 11 0 6.04s
✅ PYTHON ruff 11 0 0 0.04s
✅ REPOSITORY git_diff yes no 0.03s

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_

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.57%. Comparing base (567387d) to head (8ad96e3). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #142 +/- ## ========================================== + Coverage 99.56% 99.57% +0.01% ========================================== Files 25 26 +1 Lines 2542 2603 +61 ========================================== + Hits 2531 2592 +61 Misses 11 11 ```

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

lars-reimann commented 4 months ago

The description of the PR should be updated then this should be good to go.

Masara commented 4 months ago

@lars-reimann I updated the description.