fix: table of contents #243
Annotations
1 error
Commit Linting
You have commit messages with errors
⧗ input: perf: install lcov via prebuilt binary (#1123)
**Motivation:**
After several rounds of optimization, the entire CI suite is now limited by the `coverage` job, which in turn is constrained by the `install lcov` step. This step currently takes 3.5 minutes to install `lcov` via `apt`.
This PR modifies the installation method, switching from `apt` to a prebuilt binary. As a result, the installation time is reduced from 3.5 minutes to just 1 second.
**Modifications:**
This PR updates the `lcov` installation process to use a prebuilt binary instead of `apt`.
**Result:**
Reduces the installation time from 3.5 minutes to 1 second.
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: feat: add typos-cli ci check (#1126)
⚠ footer must have leading blank line [footer-leading-blank]
⚠ found 0 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|