argoproj-labs / hera

Hera is an Argo Python SDK. Hera aims to make construction and submission of various Argo Project resources easy and accessible to everyone! Hera abstracts away low-level setup details while still maintaining a consistent vocabulary with Argo. ⭐️ Remember to star!
https://hera.rtfd.io
Apache License 2.0
550 stars 105 forks source link

fix: Update script to explicitly reexport models. #1117

Closed DanCardin closed 1 month ago

DanCardin commented 1 month ago

Pull Request Checklist

Description of PR Ensures all models implicitly exported in scripts/models.py through models/__init__.py are included in an __all__ assignment.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 81.3%. Comparing base (d553546) to head (99ba0e3). Report is 98 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1117 +/- ## ======================================= - Coverage 81.7% 81.3% -0.4% ======================================= Files 54 60 +6 Lines 4208 4719 +511 Branches 889 1000 +111 ======================================= + Hits 3439 3841 +402 - Misses 574 647 +73 - Partials 195 231 +36 ```

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