[julia-users] Re: Coveralls and coverage issues

2016-07-21 Thread Kristoffer Carlsson
Cached...

[julia-users] Re: Coveralls and coverage issues

2016-07-21 Thread Kristoffer Carlsson
Sometimes the badge image is cashed and can be quite hard to update. Ctrl + F5 
sometimes work.

[julia-users] Re: Coveralls and coverage issues

2016-07-21 Thread Simon Frost
Odd; refresh on Chrome wasn't refreshing properly. Fancy looking at my code 
speed question ;) ?

On Thursday, July 21, 2016 at 3:49:01 PM UTC+1, Chris Rackauckas wrote:
>
> Click refresh when you're on the repo readme? It updated on my screen, 
> refresh to make sure you're not displaying the site from cache.
>
> On Thursday, July 21, 2016 at 7:41:47 AM UTC-7, Simon Frost wrote:
>>
>> Dear Chris,
>>
>> Yes, I am an idiot ;)
>>
>> Any idea why the badge isn't updating?
>>
>> Best
>> Simon
>>
>> On Thursday, July 21, 2016 at 9:06:51 AM UTC+1, Chris Rackauckas wrote:
>>>
>>> Look at the files it's trying to cover... it's DataFrames.jl :)
>>>
>>> I sent you a pull request to fix your travis.yml to be for your package.
>>>
>>> On Thursday, July 21, 2016 at 12:16:35 AM UTC-7, Simon Frost wrote:

 Dear All,

 I'm trying to get code coverage working, but despite having some tests 
 - at the moment, just running examples - I get 0% coverage

 http://github.com/sdwfrost/Gillespie.jl

 Is this because I'm just using 'include' in runtests.jl?

 Best
 Simon

>>>

[julia-users] Re: Coveralls and coverage issues

2016-07-21 Thread Chris Rackauckas
Click refresh when you're on the repo readme? It updated on my screen, 
refresh to make sure you're not displaying the site from cache.

On Thursday, July 21, 2016 at 7:41:47 AM UTC-7, Simon Frost wrote:
>
> Dear Chris,
>
> Yes, I am an idiot ;)
>
> Any idea why the badge isn't updating?
>
> Best
> Simon
>
> On Thursday, July 21, 2016 at 9:06:51 AM UTC+1, Chris Rackauckas wrote:
>>
>> Look at the files it's trying to cover... it's DataFrames.jl :)
>>
>> I sent you a pull request to fix your travis.yml to be for your package.
>>
>> On Thursday, July 21, 2016 at 12:16:35 AM UTC-7, Simon Frost wrote:
>>>
>>> Dear All,
>>>
>>> I'm trying to get code coverage working, but despite having some tests - 
>>> at the moment, just running examples - I get 0% coverage
>>>
>>> http://github.com/sdwfrost/Gillespie.jl
>>>
>>> Is this because I'm just using 'include' in runtests.jl?
>>>
>>> Best
>>> Simon
>>>
>>

[julia-users] Re: Coveralls and coverage issues

2016-07-21 Thread Simon Frost
Dear Chris,

Yes, I am an idiot ;)

Any idea why the badge isn't updating?

Best
Simon

On Thursday, July 21, 2016 at 9:06:51 AM UTC+1, Chris Rackauckas wrote:
>
> Look at the files it's trying to cover... it's DataFrames.jl :)
>
> I sent you a pull request to fix your travis.yml to be for your package.
>
> On Thursday, July 21, 2016 at 12:16:35 AM UTC-7, Simon Frost wrote:
>>
>> Dear All,
>>
>> I'm trying to get code coverage working, but despite having some tests - 
>> at the moment, just running examples - I get 0% coverage
>>
>> http://github.com/sdwfrost/Gillespie.jl
>>
>> Is this because I'm just using 'include' in runtests.jl?
>>
>> Best
>> Simon
>>
>

[julia-users] Re: Coveralls and coverage issues

2016-07-21 Thread Chris Rackauckas
Look at the files it's trying to cover... it's DataFrames.jl :)

I sent you a pull request to fix your travis.yml to be for your package.

On Thursday, July 21, 2016 at 12:16:35 AM UTC-7, Simon Frost wrote:
>
> Dear All,
>
> I'm trying to get code coverage working, but despite having some tests - 
> at the moment, just running examples - I get 0% coverage
>
> http://github.com/sdwfrost/Gillespie.jl
>
> Is this because I'm just using 'include' in runtests.jl?
>
> Best
> Simon
>