JuliaMath / IntervalSets.jl

Interval Sets for Julia
https://juliamath.github.io/IntervalSets.jl/
Other
99 stars 26 forks source link

Add `ENV["GKSwstype"] = "100"` in `make.jl` #188

Closed hyrodium closed 7 months ago

hyrodium commented 7 months ago

This PR fixes the following warning message.

GKS: cannot open display - headless operation mode active

image

ref: https://github.com/JuliaPlots/Plots.jl/issues/1076#issuecomment-327509819

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (13c76e1) 99.11% compared to head (67bd6b0) 98.84%. Report is 11 commits behind head on master.

Files Patch % Lines
ext/IntervalSetsRecipesBaseExt.jl 95.65% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #188 +/- ## ========================================== - Coverage 99.11% 98.84% -0.27% ========================================== Files 6 6 Lines 225 260 +35 ========================================== + Hits 223 257 +34 - Misses 2 3 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hyrodium commented 7 months ago

Fixed! :tada:

image