CliMA / GriddingMachine.jl

Functions to read gridded data so as to feed Clima Land model
Other
34 stars 7 forks source link

CompatHelper: add new compat entry for "LazyArtifacts" at version "1.3" #49

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request sets the compat entry for the LazyArtifacts package to 1.3.

This is a brand new compat entry. Previously, you did not have a compat entry for the LazyArtifacts package.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Note: Consider tagging a patch release immediately after merging this PR, as downstream packages may depend on this for tests to pass.

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (be35e1f) into main (7ea1aca) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #49   +/-   ##
=======================================
  Coverage   42.99%   42.99%           
=======================================
  Files          21       21           
  Lines         921      921           
=======================================
  Hits          396      396           
  Misses        525      525           

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 7ea1aca...be35e1f. Read the comment docs.

Yujie-W commented 3 years ago

LzayArtifacts was used to pass the register check which uses Julia 1.6. Since Julia version bumps to 1.6 now, LazyArtifacts deps ought to be removed now.