JuliaGeometry / Quaternions.jl

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

Add Aqua.jl in test #104

Closed hyrodium closed 1 year ago

hyrodium commented 1 year ago

This PR adds Aqua.jl to ensure the project quality. With Aqua.jl, we can detect invalid exports (e.g. https://github.com/JuliaGeometry/Quaternions.jl/pull/100#discussion_r988706344) in the test.

codecov[bot] commented 1 year ago

Codecov Report

Merging #104 (19821ab) into master (d15ad86) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #104   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          197       197           
=========================================
  Hits           197       197           

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