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

DrudgeCAS / gristmill / 32004444592
92%

Build:
DEFAULT BRANCH: master
Ran 17 Aug 2026 07:10AM 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:07AM UTC coverage: 91.576%. Remained the same
32004444592

push

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.

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 32004444592.1 17 Aug 2026 07:10AM UTC 4
91.58
GitHub Action Run
Source Files on build 32004444592
  • Tree
  • List 4
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 658559a8 on github
  • Prev Build on master (#32003292152)
  • Next Build on master (#32005723743)
  • 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