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

pyconll / pyconll
98%

Build:
DEFAULT BRANCH: master
Repo Added 22 Jul 2018 04:47AM UTC
Files 8
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.2.3
  • 0.3
  • 0.3.1
  • 1.0
  • 1.0.1
  • 1.0.2-dev
  • 1.1.0
  • 1.1.1
  • 1.1.1-hotfix
  • 1.1.2
  • 1.1.3
  • 1.1.4
  • 2.0.0
  • 2.1.0
  • 2.1.1
  • 2.2.0
  • 2.2.1
  • 2.3
  • 2.3.1
  • 2.3.2
  • 2.3.3
  • bug-fixes
  • deps-parsing
  • dev
  • matgironi/update-pypi-upload
  • matgrioni/37-underscore-parsing
  • matgrioni/add-code-of-conduct-1
  • matgrioni/add-typing
  • matgrioni/bug_report
  • matgrioni/cc-exp
  • matgrioni/claude-baby
  • matgrioni/code-touchups
  • matgrioni/conda-build
  • matgrioni/coveralls-test
  • matgrioni/create-conda-build
  • matgrioni/create-writer
  • matgrioni/data-driven-sentence
  • matgrioni/dist-builds
  • matgrioni/documentation
  • matgrioni/documentation-update
  • matgrioni/enhanced-dependencies-serialization-fix
  • matgrioni/fix-docs
  • matgrioni/fixup-docs
  • matgrioni/formatter
  • matgrioni/generic-sentence
  • matgrioni/github-actions
  • matgrioni/import-changes
  • matgrioni/improve-contributions
  • matgrioni/improve-makefiles
  • matgrioni/improve-testing
  • matgrioni/keep-contribs-remove-metadata
  • matgrioni/last-prerelease-changes
  • matgrioni/minor-memory-upgrade
  • matgrioni/minor-tweaks
  • matgrioni/parser-over-load
  • matgrioni/readme-iter
  • matgrioni/release-fixes
  • matgrioni/release-update
  • matgrioni/release-updates
  • matgrioni/remove-metadata
  • matgrioni/remove-network-deps
  • matgrioni/round-trip-mapping
  • matgrioni/rtd-test
  • matgrioni/schema-changes
  • matgrioni/second-coveralls-test
  • matgrioni/second-rtd-test
  • matgrioni/sentence-push
  • matgrioni/structural-parsing
  • matgrioni/third-coveralls-test
  • matgrioni/token-spec-decorator
  • matgrioni/travis-test
  • matgrioni/true-final-push
  • matgrioni/tweaks-from-release
  • matgrioni/util-improvement
  • matgrioni/varcols
  • matgrioni/version-include-in-py
  • matgrioni/vulnerabilities
  • matgrioni/workflow-fixes
  • new-features
  • new-release-2.0-dev
  • promo
  • release-update
  • revert-146-matgrioni/structural-parsing
  • update-docs

05 Dec 2025 09:21PM UTC coverage: 97.937% (+0.7%) from 97.236%
19976350801

push

github

web-flow
4.0 Release (#170)

* Initial Implementation of Structural Parsing (#148)

* Step 1 via cc. Change parsing logic into a class.

* Move parsing out of Token class.

* Lint fixes.

* Move everything up to 3.12 and small start on structural schema logic.

* Some wip.

* Attempt before reformat.

* Update formatting logic properly.

* Pretty good progress I'd say.

* MFer, it works.

* Still need to do more hardening with handling and surfacing errors, but it works for ConlluToken unit and int tests.

* Getting a move on.

* Fix version number and add more to CHANGELOG.

* Working through it.

* More implementation improvements.

* Handle more errors and inconsistencies, improve error handling distinctions, etc.

* Annoying string reformatting.

* More improvements.

* Fix all tests, make an opt-out for all the file hashing, and add a __repr__ for the generated classes.

* Work on restructuring modules.

* Proper annotation of public API, and fix ABC issue on Conllable so that type will be able to be piped in from top level.

* Revert load API to avoid breaking change, and change __init__ imports, and add custom schema descriptor.

* Small linting changes.

* Change minimum required version to 3.13 and start moving around code for parsing consolidation.

* Get mypy to shut-it.

* Update loader.

* Change tests back.

* Move back and consider consolidated and time to bring up quality before next checkpoint.

* Add new command.

* Update versions again.

* Big linting changes.

* Rename to better match concepts and fix syntax error.

* Remove legacy parsing.

* Almost there.

* More safe name generation.

* Move up python version to take advantage of template strings and increase safety.

* Change things to t-strings for safety and nail down the design finally.

* Try to address linting errors.

* Maybe python 3.14 was a mistake :).

* Update documentation build version.

* Add tests, small optimization, and fix line length and bug.

* Resign to the fact th... (continued)

641 of 656 new or added lines in 8 files covered. (97.71%)

712 of 727 relevant lines covered (97.94%)

0.98 hits per line

Relevant lines Covered
Build:
Build:
727 RELEVANT LINES 712 COVERED LINES
0.98 HITS PER LINE
Source Files on master
  • Tree
  • List 8
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19976350801 master 4.0 Release (#170) * Initial Implementation of Structural Parsing (#148) * Step 1 via cc. Change parsing logic into a class. * Move parsing out of Token class. * Lint fixes. * Move everything up to 3.12 and small start on structural schema lo... push 05 Dec 2025 09:22PM UTC web-flow github
97.94
19200346013 master Add workflow dispatch. push 08 Nov 2025 11:52PM UTC matgrioni github
97.24
18863015475 master Another release workflow update. push 28 Oct 2025 03:20AM UTC matgrioni github
97.24
18862920042 master Revert "Initial Implementation of Structural Parsing (#146)" (#147) This reverts commit aaba71790. push 28 Oct 2025 03:15AM UTC web-flow github
97.24
18862881474 master Initial Implementation of Structural Parsing (#146) * Step 1 via cc. Change parsing logic into a class. * Move parsing out of Token class. * Lint fixes. * Move everything up to 3.12 and small start on structural schema logic. * Some wip. * A... push 28 Oct 2025 03:12AM UTC web-flow github
97.54
18433535009 master Another release workflow update. push 11 Oct 2025 07:03PM UTC matgrioni github
97.24
18433466918 master Allow for manual dispatch of action. push 11 Oct 2025 06:56PM UTC matgrioni github
97.24
18433376418 master Update changelog. push 11 Oct 2025 06:46PM UTC matgrioni github
97.24
18432533483 master Update changelog. push 11 Oct 2025 05:26PM UTC matgrioni github
97.24
5329754890 master Merge branch 'dev' push 21 Jun 2023 03:21AM UTC matgrioni github pending completion  
See All Builds (440)
  • 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