JuliaGeometry / Quaternions.jl

A Julia implementation of quaternions
https://juliageometry.github.io/Quaternions.jl
MIT License
116 stars 37 forks source link

Simplify CI #71

Closed sethaxen closed 2 years ago

sethaxen commented 2 years ago

The current CI workflow is a bit overkill. Nothing we do is system/architecture-specific, so it's wasteful to run tests on Windows and OS X. But also, we should run it on a schedule so if for some reason something breaks on master, we don't suddenly find out when we open a PR.

Lastly, this uses more of the convenient Julia-specific GitHub actions.

codecov[bot] commented 2 years ago

Codecov Report

Merging #71 (3b6c228) into master (4c86b46) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   55.43%   55.43%           
=======================================
  Files           3        3           
  Lines         359      359           
=======================================
  Hits          199      199           
  Misses        160      160           

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 4c86b46...3b6c228. Read the comment docs.