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

Modify recommended startup #416

Merged
merged 3 commits into from Feb 4, 2020
Merged

Modify recommended startup #416

merged 3 commits into from Feb 4, 2020

Conversation

timholy
Copy link
Owner

@timholy timholy commented Feb 2, 2020

Fixes #415

@timholy
Copy link
Owner Author

timholy commented Feb 3, 2020

Passes for me locally (with JuliaPackaging/Requires.jl#78). Let's see if just trying the latest nightly fixes this.

@timholy timholy closed this Feb 3, 2020
@timholy timholy reopened this Feb 3, 2020
@timholy
Copy link
Owner Author

timholy commented Feb 4, 2020

#%^*@! Can anyone replicate the failure locally?

@codecov
Copy link

codecov bot commented Feb 4, 2020

Codecov Report

Merging #416 into master will decrease coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #416     +/-   ##
=========================================
- Coverage   81.26%   81.06%   -0.2%     
=========================================
  Files          12       12             
  Lines        1505     1505             
=========================================
- Hits         1223     1220      -3     
- Misses        282      285      +3
Impacted Files Coverage Δ
src/recipes.jl 90.56% <0%> (-1.89%) ⬇️
src/utils.jl 57.77% <0%> (-1.12%) ⬇️

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 4297e45...2724703. Read the comment docs.

Julia 1.5 introduced annotations to improve line-coverage analysis (see 
JuliaLang/julia#34254). We just have to make 
sure these don't contaminate our tests.
@timholy
Copy link
Owner Author

timholy commented Feb 4, 2020

Ah, it was triggered only by coverage=true in Pkg.test and due to JuliaLang/julia#34254. This should fix it.

Awesome change BTW @vtjnash, look forward to seeing it change our coverage stats!

@timholy timholy merged commit 9555c02 into master Feb 4, 2020
@timholy timholy deleted the teh/docs_startup branch February 4, 2020 19:31
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.

Suggested startup.jl gives a deprecation warning
1 participant