jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
27 stars 9 forks source link

CompatHelper: bump compat for FillArrays to 1, (keep existing compat) #110

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the FillArrays package from 0.13 to 0.13, 1. This keeps the compat entries for earlier versions.

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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #110 (b31d7f1) into main (7af075c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #110   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          25       25           
  Lines        2733     2733           
=======================================
  Hits         2655     2655           
  Misses         78       78           

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

jlchan commented 1 year ago

WriteVTK.jl now supports FillArrays 1 so we can update without downgrading that package