• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DrudgeCAS / gristmill / 32004061936
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: ci/release-0.9.0
DEFAULT BRANCH: master
Ran 17 Aug 2026 07:05AM UTC
Jobs 1
Files 4
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Aug 2026 07:02AM UTC coverage: 91.576%. Remained the same
32004061936

Pull #51

github

chenpeizhi
style: Format the code base and clear the lint ruff reports

Run ruff format over every Python file, then fix the nine lint findings
by hand.

The formatting carries no behaviour.  Comparing the parse tree of every
file against master confirms it: only tests/opt_matrix_test.py differs,
which is where the lint fixes are.  Docstrings are ignored in that
comparison, since ruff reformats code samples inside them; the only such
sample is the one in mangle_base, and it stays valid Python.

The lint fixes are:

  - tests/opt_matrix_test.py unpacked five dummy symbols it never read.
  - tests/printers_test.py imported Float without naming it anywhere.
    It is in fact used: two tests eval a printed numerator, and those
    strings name Float.  The import stays, with a comment saying so.
  - docs/conf.py imports the package after the Sphinx settings, on
    purpose, to read the version.  Marked as such.
Pull Request #51: ci: Lint and format with ruff

148 of 169 new or added lines in 4 files covered. (87.57%)

7 existing lines in 3 files now uncovered.

1859 of 2030 relevant lines covered (91.58%)

0.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
92.83
0.0% gristmill/generate.py
9
94.45
0.0% gristmill/optimize.py
3
71.82
0.0% gristmill/utils.py

Coverage Regressions

Lines Coverage ∆ File
3
92.83
0.0% gristmill/generate.py
2
94.45
0.0% gristmill/optimize.py
2
71.82
0.0% gristmill/utils.py
Jobs
ID Job ID Ran Files Coverage
1 32004061936.1 17 Aug 2026 07:05AM UTC 4
91.58
GitHub Action Run
Source Files on build 32004061936
  • Tree
  • List 4
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #51
  • PR Base - master (#32003292152)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc