ScottishCovidResponse / data_pipeline_api

API to access the data pipeline
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Add in close to destructor #109

Open andyb96247 opened 4 years ago

andyb96247 commented 4 years ago

Small change to add the file API close method call to the data pipeline object destructor. Also, modified the .gitignore to remove the C++ unit test outputs.

Fixes ScottishCovidResponse/SCRCIssueTracking#752

codecov[bot] commented 4 years ago

Codecov Report

Merging #109 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #109   +/-   ##
=========================================
  Coverage     76.72%   76.72%           
+ Complexity      181      180    -1     
=========================================
  Files            64       64           
  Lines          2217     2217           
  Branches         38       38           
=========================================
  Hits           1701     1701           
  Misses          484      484           
  Partials         32       32           

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 b4b2e51...d3d073c. Read the comment docs.