FreeTypeAbstraction.jl
FreeTypeAbstraction.jl copied to clipboard
update workflows
~~Pinning to a patch version in https://github.com/JuliaGraphics/FreeTypeAbstraction.jl/pull/60 was probably not intended.~~
~~Following this PR, a FreeTypeAbstraction
bump to 0.10.1
would be appreciated.~~
Update workflows (to test lts
1.6).
Codecov Report
Merging #73 (8dadcb0) into master (b7d6d65) will decrease coverage by
0.31%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
- Coverage 94.62% 94.30% -0.32%
==========================================
Files 6 6
Lines 316 316
==========================================
- Hits 299 298 -1
- Misses 17 18 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/types.jl | 93.26% <0.00%> (-0.97%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Pinning to a patch version in https://github.com/JuliaGraphics/FreeTypeAbstraction.jl/pull/60 was probably not intended.
If I remember correctly, we might have messed up the minor release so had to then immediately release an important patch...
Would then ^0.4.1
be ok, allowing [0.4.1, 0.5.0)
?
Isn't that what GeometryBasics = "0.4.1"
does? At least in my current project with FreeTypeAbstraction, Pkg resolves to the newest GeometryBasics version...
After investigating, you're right I messed up my analysis on packages upgrades.