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

bramp / build-along
89%

Build:
DEFAULT BRANCH: main
Repo Added 03 Nov 2025 03:47AM UTC
Files 200
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • copilot/accept-all-pull-requests
  • dependabot/github_actions/actions/cache-5
  • dependabot/pip/3rdparty/beautifulsoup4-approx-eq-4.14.3
  • dependabot/pip/3rdparty/dataclass-wizard-approx-eq-0.35.1
  • dependabot/pip/3rdparty/datamodel-code-generator-approx-eq-0.35.0
  • dependabot/pip/3rdparty/json5-approx-eq-0.12.1
  • dependabot/pip/3rdparty/pydantic-approx-eq-2.12.5
  • dependabot/pip/3rdparty/pymupdf-approx-eq-1.26.6
  • dependabot/pip/3rdparty/pytest-approx-eq-9.0.1
  • dependabot/pip/3rdparty/pytest-approx-eq-9.0.2
  • dependabot/pip/3rdparty/pytest-randomly-approx-eq-4.0.1
  • dependabot/pip/3rdparty/pyyaml-approx-eq-6.0.3
  • dependabot/pip/3rdparty/scipy-approx-eq-1.16.3
  • dependabot/pip/3rdparty/tqdm-approx-eq-4.67.1
  • feature/constraint-solver-classification
  • main

10 Jan 2026 02:44PM UTC coverage: 89.38%. Remained the same
20879923009

push

github

web-flow
Merge all open Dependabot dependency updates (#27)

* chore(deps): update numpy requirement in /3rdparty

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-version: 2.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update lockfile

* chore(deps-dev): update hypothesis requirement in /3rdparty

Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.7...hypothesis-python-6.148.8)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.148.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update lockfile

* chore(deps): update pillow requirement in /3rdparty

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.1.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps-dev): update vcrpy requirement in /3rdparty

Updates the requirements on [vcrpy](https://github.com/kevin1024/vcrpy) to permit the latest version.
- [Release notes](https://github.com/kevin1024/vcrpy/releases)
- [Changelog]... (continued)

13701 of 15329 relevant lines covered (89.38%)

0.89 hits per line

Relevant lines Covered
Build:
Build:
15329 RELEVANT LINES 13701 COVERED LINES
0.89 HITS PER LINE
Source Files on main
  • Tree
  • List 200
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20879923009 main Merge all open Dependabot dependency updates (#27) * chore(deps): update numpy requirement in /3rdparty Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/... push 10 Jan 2026 02:46PM UTC web-flow github
89.38
20875538717 copilot/accept-all-pull-requests Fix hypothesis version after merge conflicts Co-authored-by: bramp <160627+bramp@users.noreply.github.com> Pull #27 10 Jan 2026 02:37PM UTC Copilot github
89.38
20875465641 copilot/accept-all-pull-requests Merge 5c90c5d5b into 506a4ac8b Pull #27 10 Jan 2026 08:19AM UTC web-flow github
89.38
20472199734 feature/constraint-solver-classification Add no-orphan constraints for Step child elements - Add no-orphan constraints to StepClassifier.declare_constraints() for: - arrows (point from subassembly callouts to main diagram) - rotation_symbols (indicate model rotation) - subassembli... push 23 Dec 2025 09:43PM UTC bramp github
88.69
20470810091 feature/constraint-solver-classification Add Background and Divider classifiers to constraint solver - Add declare_constraints() to BackgroundClassifier with at_most_one_of - Add declare_constraints() to DividerClassifier (block exclusivity automatic) - Add 'background' and 'divider' to... push 23 Dec 2025 08:29PM UTC bramp github
88.54
20402008949 main Don't persist trivia text, as it's not needed for json. push 21 Dec 2025 12:17AM UTC bramp github
89.38
20401440535 main Standardize RuleBasedClassifier effect finding and resolve PartCount conflicts - Set default effects_margin to 2.0 in RuleBasedClassifier. - Removed effects_max_area_ratio and effects_target_types from base class to simplify API. - Implemented lo... push 20 Dec 2025 11:22PM UTC bramp github
89.38
20400711546 main docs: Add comprehensive Classifier best practices documentation - Add detailed docstrings to Classifier and RuleBasedClassifier classes covering all aspects of writing robust classifiers - Document scoring phase: API access rules, Score object ... push 20 Dec 2025 10:12PM UTC bramp github
89.37
20398712053 main Improve circular dependency error to show dependency chain - Add _find_dependency_cycle() to trace and format the actual circular dependency path - Update error message to include both affected classifiers and the dependency chain - Add test case... push 20 Dec 2025 07:03PM UTC bramp github
89.36
20389851973 main Add support for `ty` to the pyproject.toml. push 20 Dec 2025 05:34AM UTC bramp github
89.19
See All Builds (160)
  • Repo on GitHub
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