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

ponder-lab / Hybridize-Functions-Refactoring / #1285
72%

Build:
DEFAULT BRANCH: main
Ran 12 May 2026 06:33PM UTC
Jobs 1
Files 30
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

12 May 2026 06:24PM UTC coverage: 70.959%. Remained the same
#1285

push

travis-pro

web-flow
Add pre-commit config (#477)

* Add pre-commit config mirroring Ariadne's.

Ships a `.pre-commit-config.yaml` that runs Black on Python files and
`./mvnw spotless:apply` on every commit. Mirrors `ponder-lab/ML`'s
setup, with two Hybridize-specific tweaks: Black gets
`--extend-exclude /out` to match the CI invocation in
`.github/workflows/maven.yml`, and the Spotless entry uses `./mvnw`
(per the repo's "use the Maven Wrapper" convention) plus
`.travis.settings.xml` so the wrapper can resolve Ariadne via GitHub
Packages.

`CONTRIBUTING.md` adds a one-time install line:

    pip install pre-commit && pre-commit install

After install, every `git commit` auto-formats touched files before
the commit lands, so CI's `spotless:check` and `black --check` stay
green without the post-push fix cycle.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Address Copilot review on pre-commit config.

- Bump Black pin from 25.9.0 to 26.3.1 to match the version installed
  by `edu.cuny.hunter.hybridize.tests/requirements.txt` and exercised
  by CI. A version drift between pre-commit and CI can produce
  formatting diffs the hook misses.
- Drop `-s .travis.settings.xml` from the Spotless entry. The settings
  file carries GitHub Packages credentials needed for Ariadne/WALA
  resolution; `spotless:apply` does not resolve those artifacts and
  ran fine without it. Removing the flag also avoids failing for
  contributors who do not have `github.username/github.password` set.

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

1102 of 1553 relevant lines covered (70.96%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1285.1 12 May 2026 06:33PM UTC 30
70.96
Source Files on build #1285
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3933aedf on github
  • Prev Build on gh-readonly-queue/main/pr-475-7b9d0984236557ae73d7996c2751a58e07d96582
  • Next Build on main (#25754221704)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc