common-workflow-language / cwltool

Common Workflow Language reference implementation
https://cwltool.readthedocs.io/
Apache License 2.0
324 stars 225 forks source link

Add docstrings to functions in `ro.py` #2002

Closed AGoetzee closed 1 month ago

AGoetzee commented 1 month ago

I've added a few docstrings to ro.py that were missing.

This is my first PR here. Any feedback is welcome!

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 83.87%. Comparing base (270f9c6) to head (0253325).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2002 +/- ## ========================================== + Coverage 83.84% 83.87% +0.02% ========================================== Files 46 46 Lines 8245 8246 +1 Branches 2190 2190 ========================================== + Hits 6913 6916 +3 + Misses 855 854 -1 + Partials 477 476 -1 ```

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

mr-c commented 1 month ago

Congratulations @AGoetzee on your first PR to a CWL project repository being merged!