SciTools / iris-esmf-regrid

A collection of structured and unstructured ESMF regridding schemes for Iris.
https://iris-esmf-regrid.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Migrating CI from cirrus to GHA #271

Closed HGWright closed 1 year ago

HGWright commented 1 year ago

All of the CI performed by the cirrus has now been made into separate GHA.

A couple of other files also had to change to facilitate this migration.

closes #265

codecov[bot] commented 1 year ago

Codecov Report

Merging #271 (228f06c) into main (1690171) will increase coverage by 0.05%. The diff coverage is 99.76%.

:exclamation: Current head 228f06c differs from pull request most recent head d8c2bb4. Consider uploading reports for the commit d8c2bb4 to get more accurate results

@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
+ Coverage   98.73%   98.79%   +0.05%     
==========================================
  Files          30       33       +3     
  Lines        3323     3563     +240     
==========================================
+ Hits         3281     3520     +239     
- Misses         42       43       +1     
Impacted Files Coverage Δ
esmf_regrid/experimental/unstructured_scheme.py 93.93% <ø> (ø)
...sts/unit/schemes/test_ESMFAreaWeightedRegridder.py 100.00% <ø> (ø)
...d/tests/unit/schemes/test_ESMFBilinearRegridder.py 100.00% <ø> (ø)
...f_regrid/tests/unit/schemes/test__ESMFRegridder.py 100.00% <ø> (ø)
esmf_regrid/schemes.py 96.04% <96.42%> (-0.05%) :arrow_down:
esmf_regrid/esmf_regridder.py 95.58% <100.00%> (+0.13%) :arrow_up:
.../tests/unit/experimental/io/test_round_tripping.py 100.00% <100.00%> (ø)
...nstructured_scheme/test_GridToMeshESMFRegridder.py 100.00% <100.00%> (ø)
...nstructured_scheme/test_MeshToGridESMFRegridder.py 97.11% <100.00%> (+0.05%) :arrow_up:
..._scheme/test_regrid_rectilinear_to_unstructured.py 100.00% <100.00%> (ø)
... and 6 more

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

trexfeathers commented 1 year ago

Cracking job @HGWright! And thanks @stephenworsley for helping it over the line.