jlchan / StartUpDG.jl

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

fix Windows CI failures #125

Closed jlchan closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #125 (493c233) into main (c44e281) will decrease coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
- Coverage   97.33%   97.29%   -0.04%     
==========================================
  Files          25       25              
  Lines        2848     2848              
==========================================
- Hits         2772     2771       -1     
- Misses         76       77       +1     

see 1 file with indirect coverage changes

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

jlchan commented 1 year ago

To start, CI passes on everything except Windows Julia 1. If we remove reference_element_tests.jl, it passes on Windows Julia 1

jlchan commented 1 year ago

Had to remove the inverse_trace_constant test for Hex elements.