~silnrsi/smith/+git/fonttools-master:codecov-no-fail

Last commit made on 2022-12-13
Get this branch:
git clone -b codecov-no-fail https://git.launchpad.net/~silnrsi/smith/+git/fonttools-master

Branch merges

Branch information

Name:
codecov-no-fail
Repository:
lp:~silnrsi/smith/+git/fonttools-master

Recent commits

b13baf3... by Cosimo Lupo <email address hidden>

set codecov to not fail_ci_if_error

Codecov keeps failing to upload the coverage report seemingly at random, e.g.

https://github.com/fonttools/fonttools/actions/runs/3686952402/jobs/6240048994#step:8:40

I thought I had already fixed it by setting a CODECOV_TOKEN in the repo secrets with #2763

but it still keeps pestering us so I think the only option left is to not have the PR checks fail with codecov errors.

d74cb8a... by Cosimo Lupo <email address hidden>

Merge pull request #2927 from cmyr/sort-names

[feaLib] Sort name table entries in builder

4716f85... by Colin Rofls <email address hidden>

[feaLib] Sort name table entries in builder

This patch ensures that feaLib always produces a name table with entries
sorted in the order proscribed by the spec: platform id, encoding id,
language id, name id.

This breaks some tests, and so I have manually updated the test data to
match the new outputs.

164d6ea... by Cosimo Lupo <email address hidden>

Merge pull request #2912 from fonttools/cu2quMultiPen

[cu2quPen] Add Cu2QuMultiPen

4f3cb7e... by BehdadEsfahbod

[cu2quPen] Add Cu2QuMultiPen

78e10d8... by BehdadEsfahbod

[ttGlyphPen] Add outputImpliedClosingLine argument

Fixes https://github.com/fonttools/fonttools/issues/2913

ddbbef2... by BehdadEsfahbod

[reverseContourPen] Add outputImpliedClosingLine

Fixes https://github.com/fonttools/fonttools/issues/2914

6aca5be... by BehdadEsfahbod

[gvar] Don't expand glyph for unused pointCount

Keep it in the API though.

96de954... by BehdadEsfahbod

[gvar] Don't expand glyph during decompile if no variation data

73923b3... by BehdadEsfahbod

Typo