ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Initial set of changes to improve automation in MaRC #100

Closed ossama-othman closed 5 years ago

ossama-othman commented 5 years ago

This set of changes begins laying the groundwork for improved automation in MaRC, such as automatically choosing map parameters based on source images being mapped. It also includes a large of number of fixes and improvements, some of which are unrelated to automation.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 441


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/marc/PhotoImage.cpp 0 1 0.0%
lib/marc/PhotoImageParameters.h 0 1 0.0%
lib/marc/plot_info.h 17 18 94.44%
lib/marc/Log.h 8 10 80.0%
lib/marc/MapFactory_t.cpp 15 17 88.24%
lib/marc/optional.h 13 15 86.67%
src/CosPhaseImageFactory.cpp 2 4 50.0%
src/ImageFactory.cpp 10 12 83.33%
src/LatitudeImageFactory.cpp 2 4 50.0%
src/LongitudeImageFactory.cpp 5 7 71.43%
<!-- Total: 526 709 74.19% -->
Files with Coverage Reduction New Missed Lines %
src/marc.cpp 3 79.66%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 354: 3.7%
Covered Lines: 2521
Relevant Lines: 2987

💛 - Coveralls