transportenergy / database

Tools for accessing and maintaining the iTEM model & historical databases
https://transportenergy.rtfd.io
GNU General Public License v3.0
24 stars 8 forks source link

Establish coverage diagnostics #23

Closed khaeru closed 4 years ago

khaeru commented 4 years ago

This PR adds:

These pieces are the basis for expanded coverage diagnostics, e.g. plots and graphics, and application to mid-stream and final output data.

Closes #14.

codecov[bot] commented 4 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.06%. The diff coverage is 50.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   50.03%   49.96%   -0.07%     
==========================================
  Files          32       33       +1     
  Lines        1425     1507      +82     
==========================================
+ Hits          713      753      +40     
- Misses        712      754      +42     
Impacted Files Coverage Δ
item/remote/sdmx.py 100.00% <ø> (ø)
item/tests/test_cli.py 0.00% <ø> (ø)
item/tests/test_historical.py 0.00% <0.00%> (ø)
item/historical/diagnostic.py 53.84% <53.84%> (ø)
item/historical/cli.py 65.51% <60.00%> (+3.61%) :arrow_up:
item/historical/__init__.py 37.00% <100.00%> (+1.28%) :arrow_up:
item/remote/cli.py 100.00% <0.00%> (ø)
item/tests/conftest.py 0.00% <0.00%> (ø)
item/tests/test_model.py 0.00% <0.00%> (ø)
... and 8 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 b564c11...030af86. Read the comment docs.