doyubkim / fluid-engine-dev

Fluid simulation engine for computer graphics applications
https://fluidenginedevelopment.org/
MIT License
1.88k stars 263 forks source link

Replace Travis CI/Appveyor with GitHub Actions #314

Closed utilForever closed 3 years ago

utilForever commented 3 years ago

This replaces Travis CI and Appveyor with GitHub Actions (#312).

utilForever commented 3 years ago

@doyubkim You should 'Required' mark of 'Appveyor' and 'Travis CI'. Also, I removed Appveyor configuration file. So, you should delete this repo from Appveyor.

codecov-io commented 3 years ago

Codecov Report

Merging #314 (36bdbc3) into main (af7df69) will decrease coverage by 19.87%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #314       +/-   ##
===========================================
- Coverage   88.54%   68.66%   -19.88%     
===========================================
  Files         549      536       -13     
  Lines       37554    39420     +1866     
===========================================
- Hits        33252    27068     -6184     
- Misses       4302    12352     +8050     
Impacted Files Coverage Δ
include/jet/vector2.h 100.00% <ø> (+60.00%) :arrow_up:
include/jet/vector3.h 100.00% <ø> (+33.33%) :arrow_up:
include/jet/vector4.h 100.00% <ø> (ø)
include/jet/point_kdtree_searcher2.h 0.00% <0.00%> (-66.67%) :arrow_down:
include/jet/point_kdtree_searcher3.h 0.00% <0.00%> (-66.67%) :arrow_down:
include/jet/point_hash_grid_searcher2.h 0.00% <0.00%> (-66.67%) :arrow_down:
include/jet/point_hash_grid_searcher3.h 0.00% <0.00%> (-66.67%) :arrow_down:
include/jet/point_simple_list_searcher2.h 0.00% <0.00%> (-66.67%) :arrow_down:
include/jet/point_simple_list_searcher3.h 0.00% <0.00%> (-66.67%) :arrow_down:
include/jet/surface2.h 50.00% <0.00%> (-50.00%) :arrow_down:
... and 562 more

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 c3fab34...36bdbc3. Read the comment docs.

utilForever commented 3 years ago

@doyubkim I'm trying to build Windows-MinGW. Please wait. 😢