common-workflow-language / cwltool

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

bump prov to 2.0.1 #2005

Open jfennick opened 1 month ago

jfennick commented 1 month ago

Bump the version of the prov library for compatibility with the following PR:

https://github.com/trungdong/prov/pull/158

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 82.90%. Comparing base (1397d96) to head (ac7b05e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2005 +/- ## ========================================== - Coverage 83.84% 82.90% -0.94% ========================================== Files 46 46 Lines 8246 8244 -2 Branches 2190 2190 ========================================== - Hits 6914 6835 -79 - Misses 855 904 +49 - Partials 477 505 +28 ```

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

jfennick commented 4 weeks ago

prov just released 2.0.1 with the deepcopy fix

mr-c commented 4 weeks ago

Thank you @jfennick , can you fix the test errors?