mintproject / dame_cli

Desktop Application for Model Execution (DAME) is a command line interface for executing environmental models
https://dame-cli.readthedocs.io/en/latest/
Apache License 2.0
3 stars 1 forks source link

Add transformation using the model catalog #71

Closed mosoriob closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #71 into master will increase coverage by 14.11%. The diff coverage is 32.75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #71       +/-   ##
===========================================
+ Coverage   48.46%   62.58%   +14.11%     
===========================================
  Files          11       10        -1     
  Lines         782      759       -23     
===========================================
+ Hits          379      475       +96     
+ Misses        403      284      -119     
Impacted Files Coverage Δ
src/dame/_utils.py 100.00% <ø> (ø)
src/dame/local_file_manager.py 21.73% <0.00%> (+0.90%) :arrow_up:
src/dame/modelcatalogapi.py 73.61% <14.28%> (-6.39%) :arrow_down:
src/dame/cli_methods.py 55.72% <30.30%> (+6.88%) :arrow_up:
src/dame/__main__.py 61.71% <66.66%> (+0.12%) :arrow_up:
src/dame/executor.py 68.68% <100.00%> (+43.95%) :arrow_up:
src/dame/utils.py 80.76% <0.00%> (+6.41%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cc92c5c...befd295. Read the comment docs.