reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 46 forks source link

validation: fix environments validation for cwl workflows #572

Closed audrium closed 2 years ago

audrium commented 2 years ago

cwl-utils dependency was removed in this commit, but it's still used in the CWL environments validation (Noticed by @mvidalgarcia )

To test: reana-client validate --environments -f reana-cwl.yaml

codecov-commenter commented 2 years ago

Codecov Report

Merging #572 (360b7eb) into master (71ad890) will decrease coverage by 0.16%. The diff coverage is 7.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #572      +/-   ##
==========================================
- Coverage   59.07%   58.91%   -0.17%     
==========================================
  Files          20       20              
  Lines        2419     2424       +5     
==========================================
- Hits         1429     1428       -1     
- Misses        990      996       +6     
Impacted Files Coverage Δ
reana_client/validation/environments.py 25.75% <7.14%> (-1.19%) :arrow_down: