JuliaGeometry / CoordinateTransformations.jl

A fresh approach to coordinate transformations...
Other
179 stars 25 forks source link

Fix testing #80

Closed t-bltg closed 2 years ago

t-bltg commented 2 years ago

Those tests once marked broken (https://github.com/JuliaGeometry/CoordinateTransformations.jl/pull/60) seem to pass now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (9b1f348) into master (67a2368) will decrease coverage by 0.51%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   64.42%   63.90%   -0.52%     
==========================================
  Files           5        4       -1     
  Lines         208      266      +58     
==========================================
+ Hits          134      170      +36     
- Misses         74       96      +22     
Impacted Files Coverage Δ
src/perspective.jl 75.00% <ø> (+5.00%) :arrow_up:
src/affine.jl 48.10% <0.00%> (-4.84%) :arrow_down:
src/core.jl 37.83% <0.00%> (-0.10%) :arrow_down:
src/CoordinateTransformations.jl
src/coordinatesystems.jl 78.98% <0.00%> (+3.77%) :arrow_up:

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 05a3f90...9b1f348. Read the comment docs.

c42f commented 2 years ago

Thanks, I've added a tweak here to ensure we run CI on more recent Julia versions too. Let's merge if that passes, I guess.