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

Make test_all configurable with flags #35

Merged
merged 2 commits into from
Sep 7, 2020
Merged

Make test_all configurable with flags #35

merged 2 commits into from
Sep 7, 2020

Conversation

tkf
Copy link
Member

@tkf tkf commented Sep 7, 2020

Commit Message

Make test_all configurable with flags (#35)

There are a lot of repetition across packages for running optional
tests. Let's avoid this by including all tests in test_all and
turning on/off by flags.

@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

Merging #35 into master will decrease coverage by 0.94%.
The diff coverage is 82.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   91.05%   90.11%   -0.95%     
==========================================
  Files           8        8              
  Lines         246      263      +17     
==========================================
+ Hits          224      237      +13     
- Misses         22       26       +4     
Impacted Files Coverage Δ
src/Aqua.jl 73.91% <77.77%> (-7.91%) ⬇️
src/utils.jl 91.66% <100.00%> (+1.34%) ⬆️

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 c8bf941...318b5bb. Read the comment docs.

@tkf tkf changed the title Make test_all controllable with flags Make test_all configurable with flags Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant