isciences / exactextract

Fast and accurate raster zonal statistics
Apache License 2.0
258 stars 33 forks source link

fix(test_stats): Add include statement and path in README. #116

Closed mgcooper closed 4 months ago

mgcooper commented 4 months ago

This is a minor fix to test_stats. It just adds a missing include statement. I also added a little fix to README to run the tests.

Proposed fix

Add #include <sstream> to test_stats.cpp

fixes 115

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.53%. Comparing base (79ea9dd) to head (6d7fae1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #116 +/- ## ======================================= Coverage 90.53% 90.53% ======================================= Files 85 85 Lines 6086 6086 Branches 613 612 -1 ======================================= Hits 5510 5510 Misses 544 544 Partials 32 32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.