Closed barche closed 1 year ago
Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
On ubuntu-latest the test is actually skipped. The problem was that QmlJuliaExamples still required QML 0.7, but this PR puts QML at version 0.8. This is fixed now.
@barche Any idea?
ERROR: Error building `ImageMagick`:
ERROR: LoadError: Unable to open libLLVM!
The ImageMagick error is related to incompatible libtiff versions between GR and ImageMagick. I'm going to leave that as is, it is specific to the many packages required all at once in the examples environment.
If we look at the windows tests we see as first error:
Any idea how this can happen (and only on windows-latest, not on ubuntu-latest)?