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

Detect changes in performance annotations (fixes #165) #169

Merged
merged 1 commit into from
Aug 25, 2018

Conversation

timholy
Copy link
Owner

@timholy timholy commented Aug 25, 2018

I'm not quite sure if and when this changed (it clearly wasn't being tested), but a prime suspect is the switch to computing signature types. At any rate, this fixes the problem and adds good tests so this won't regress.

CC @quinnj.

@codecov
Copy link

codecov bot commented Aug 25, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@e4229fa). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #169   +/-   ##
=========================================
  Coverage          ?   88.88%           
=========================================
  Files             ?        9           
  Lines             ?      567           
  Branches          ?        0           
=========================================
  Hits              ?      504           
  Misses            ?       63           
  Partials          ?        0
Impacted Files Coverage Δ
src/exprutils.jl 86.3% <ø> (ø)
src/relocatable_exprs.jl 98.43% <ø> (ø)
src/parsing.jl 98.5% <100%> (ø)

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 e4229fa...77a405d. Read the comment docs.

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