Skip to content

Conversation

timholy
Copy link
Member

@timholy timholy commented Jul 28, 2021

This also exposed some previously-untested functionality on Julia 1.0,
in particular the absence of splitpath on Julia 1.0.
I'm not sure what could have changed, but maybe the improvement
to checkname ended up hitting new code paths on 1.0?

This also exposed some previously-untested functionality on Julia 1.0,
in particular the absence of `splitpath` on Julia 1.0.
I'm not sure what could have changed, but maybe the improvement
to `checkname` ended up hitting new code paths on 1.0?
@codecov
Copy link

codecov bot commented Jul 28, 2021

Codecov Report

Merging #82 (96a3c74) into master (beb25bc) will decrease coverage by 5.45%.
The diff coverage is 8.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
- Coverage   60.47%   55.02%   -5.46%     
==========================================
  Files           3        3              
  Lines         210      229      +19     
==========================================
- Hits          127      126       -1     
- Misses         83      103      +20     
Impacted Files Coverage Δ
src/CodeTracking.jl 58.33% <0.00%> (-1.02%) ⬇️
src/utils.jl 48.35% <9.09%> (-12.52%) ⬇️

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 beb25bc...96a3c74. Read the comment docs.

@timholy
Copy link
Member Author

timholy commented Jul 28, 2021

Ah, the answer is that one needs to test with Revise to hit those paths. I happened to do that locally, but here codecov is complaining because almost none of the added code is being tested.

I'll merge this anyway despite the pessimistic coverage report because I know it's an improvement from local testing. May be time to take another look at #57.

@timholy timholy merged commit 79633d0 into master Jul 28, 2021
@timholy timholy deleted the teh/fixtests branch July 28, 2021 09:44
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.

1 participant