# Two small testing questions

**URL:** https://discourse.julialang.org/t/two-small-testing-questions/3837
**Category:** General Usage
**Created:** [May 21, 2017, 5:12pm UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837 "2017-05-21T17:12:37Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![lobingera](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lobingera/32/211_2.png) [@lobingera](https://discourse.julialang.org/u/lobingera)
#### Post date: [May 21, 2017, 5:12pm UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/1 "2017-05-21T17:12:38Z")

</div>

1. How to choose 0.6 for appveyor testing? nightly now points to 0.7
2. Can [coveralls.io](http://coveralls.io) be configured to display the highest coverage within a set of build?

---

<div class="post-metadata">

### Author: ![nalimilan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nalimilan/32/147_2.png) [@nalimilan](https://discourse.julialang.org/u/nalimilan)
#### Post date: [May 21, 2017, 5:29pm UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/2 "2017-05-21T17:29:16Z")

</div>

> [@lobingera](#):
>
> How to choose 0.6 for appveyor testing? nightly now points to 0.7

See example at [https://github.com/JuliaLang/Example.jl/blob/master/appveyor.yml](https://github.com/JuliaLang/Example.jl/blob/master/appveyor.yml).

No idea about your second question though. Isn’t that what Coveralls does by default?

---

<div class="post-metadata">

### Author: ![lobingera](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lobingera/32/211_2.png) [@lobingera](https://discourse.julialang.org/u/lobingera)
#### Post date: [May 22, 2017, 9:26am UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/3 "2017-05-22T09:26:28Z")

</div>

> [@nalimilan](#):
>
> Isn’t that what Coveralls does by default?

i also thought that, but i see now in [GitHub - JuliaGraphics/Cairo.jl: Bindings to the Cairo graphics library.](https://github.com/JuliaGraphics/Cairo.jl) a coverage badge of 85, while the build is (max) 89 [JuliaGraphics/Cairo.jl | Build #242 | Coveralls - Test Coverage History & Statistics](https://coveralls.io/builds/11620290) and 1 dedicated test is 80 only.

---

<div class="post-metadata">

### Author: ![nalimilan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nalimilan/32/147_2.png) [@nalimilan](https://discourse.julialang.org/u/nalimilan)
#### Post date: [May 22, 2017, 9:36am UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/4 "2017-05-22T09:36:11Z")

</div>

That’s a bug in the badge you’re seeing, maybe because of caching. I see 89% here (both in README.md and on Coveralls).

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [May 22, 2017, 9:44am UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/5 "2017-05-22T09:44:03Z")

</div>

89% here too. I have also had troubles with the coverage badges being heavily cached and taken a long time to update. Perhaps Ctrl + F5 might do the trick for you.

---

<div class="post-metadata">

### Author: ![lobingera](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lobingera/32/211_2.png) [@lobingera](https://discourse.julialang.org/u/lobingera)
#### Post date: [May 24, 2017, 3:35pm UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/6 "2017-05-24T15:35:45Z")

</div>

> [@nalimilan](#):
>
> See example at [https://github.com/JuliaLang/Example.jl/blob/master/appveyor.yml](https://github.com/JuliaLang/Example.jl/blob/master/appveyor.yml)

but hasn’t this been moved to

- JULIA\_URL: “[https://julialang-s3.julialang.org/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe](https://julialang-s3.julialang.org/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe)”

and similar?

---

<div class="post-metadata">

### Author: ![nalimilan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nalimilan/32/147_2.png) [@nalimilan](https://discourse.julialang.org/u/nalimilan)
#### Post date: [May 24, 2017, 4:01pm UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/7 "2017-05-24T16:01:30Z")

</div>

The URL has just been changed, the example will probably be updated soon (like all other Julia packages).

---

<div class="post-metadata">

### Author: ![lobingera](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lobingera/32/211_2.png) [@lobingera](https://discourse.julialang.org/u/lobingera)
#### Post date: [May 24, 2017, 4:30pm UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/8 "2017-05-24T16:30:24Z")

</div>

now i’m confused.

Both commits on may 17th:  
[https://github.com/JuliaLang/Example.jl/commit/39699a80d50e9b40229448d4088305bf44414841](https://github.com/JuliaLang/Example.jl/commit/39699a80d50e9b40229448d4088305bf44414841)  
[https://github.com/JuliaGraphics/Cairo.jl/commit/5ea549dbfb18cb125671115e62ab852f53a90136](https://github.com/JuliaGraphics/Cairo.jl/commit/5ea549dbfb18cb125671115e62ab852f53a90136)

?

---

<div class="post-metadata">

### Author: ![tkelman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tkelman/32/692_2.png) [@tkelman](https://discourse.julialang.org/u/tkelman)
#### Post date: [May 25, 2017, 3:15pm UTC](https://discourse.julialang.org/t/two-small-testing-questions/3837/9 "2017-05-25T15:15:32Z")

</div>

I think @staticfloat’s script missed a subset of packages. Not sure exactly what happened with it.
