Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta project quality test with Aqua #140

Merged
merged 2 commits into from
Sep 8, 2020
Merged

meta project quality test with Aqua #140

merged 2 commits into from
Sep 8, 2020

Conversation

johnnychen94
Copy link
Member

@johnnychen94 johnnychen94 commented Sep 8, 2020

How ambiguity is computed is changed in JuliaLang/julia#36962

For the purpose of ambiguity check for this package, it would be pretty much sufficient to only check that we don't contribute more ambiguities to Base and Core.

Aqua is used, instead, to free us from manually maintaining these meta project quality tests.

This includes a bunch of tests including ambiguity checks
@johnnychen94 johnnychen94 changed the title relax ambiguity checks meta project quality test with Aqua Sep 8, 2020
@codecov
Copy link

codecov bot commented Sep 8, 2020

Codecov Report

Merging #140 into master will increase coverage by 3.84%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   86.29%   90.14%   +3.84%     
==========================================
  Files           2        2              
  Lines         197      213      +16     
==========================================
+ Hits          170      192      +22     
+ Misses         27       21       -6     
Impacted Files Coverage Δ
src/OffsetArrays.jl 89.94% <0.00%> (+3.40%) ⬆️
src/axes.jl 90.90% <0.00%> (+5.54%) ⬆️

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 ff0d630...b8f3bb3. Read the comment docs.

@timholy
Copy link
Member

timholy commented Sep 9, 2020

I like it! Thanks for introducing me to Aqua.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants