AIRCentre / SARProcessing.jl

MIT License
31 stars 3 forks source link

Remove white space and update test target to julia 1.9 #79

Closed lupemba closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #79 (348039f) into main (b72ccdc) will decrease coverage by 2.17%. The diff coverage is 91.07%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
- Coverage   80.40%   78.23%   -2.17%     
==========================================
  Files          26       28       +2     
  Lines         796      781      -15     
==========================================
- Hits          640      611      -29     
- Misses        156      170      +14     
Impacted Files Coverage Δ
src/GeoCoding/index2coordinates.jl 96.15% <ø> (ø)
src/SARImageInterface.jl 11.53% <0.00%> (+0.82%) :arrow_up:
src/SARProcessing.jl 100.00% <ø> (ø)
src/MetaDataUtils.jl 24.00% <66.66%> (ø)
.../Sensors/Sentinel1/Sentinel1Types/MetaDataTypes.jl 59.52% <66.66%> (-35.94%) :arrow_down:
src/timeUtils.jl 75.00% <75.00%> (ø)
src/GeoCoding/coordinates2index.jl 97.72% <87.50%> (+0.22%) :arrow_up:
src/GeoCoding/OrbitState.jl 100.00% <100.00%> (ø)
...ors/Sentinel1/FileIO/Metadata/Sentinel1Metadata.jl 100.00% <100.00%> (ø)
src/Sensors/Sentinel1/FileIO/PreciseOrbit.jl 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

aalling93 commented 1 year ago

Approve Not using Julia 1.8 anymore?

lupemba commented 1 year ago

@aalling93 Julia 1.9 have been released so i changed the version for testing to 1.9. We still also test in version 1.6 so we should be covered pretty good.