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

Local data #55

Closed mosoriob closed 4 years ago

mosoriob commented 4 years ago

close: #30

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.87%. The diff coverage is 20.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   13.90%   14.78%   +0.87%     
==========================================
  Files          15       17       +2     
  Lines         683      744      +61     
==========================================
+ Hits           95      110      +15     
- Misses        588      634      +46     
Impacted Files Coverage Δ
src/dame/__main__.py 0.00% <0.00%> (ø)
src/dame/cli_methods.py 0.00% <0.00%> (ø)
src/dame/executor.py 0.00% <0.00%> (ø)
src/dame/local_file_manager.py 0.00% <0.00%> (ø)
src/dame/tests/test___main__.py 100.00% <ø> (ø)
src/dame/tests/test_modelcatalogapi.py 100.00% <ø> (ø)
src/dame/utils.py 0.00% <0.00%> (ø)
src/dame/tests/test_cli_methods.py 88.88% <100.00%> (ø)
src/dame/tests/test_executor.py 100.00% <100.00%> (ø)
... 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 6757fb0...ffc7be3. Read the comment docs.