Path to this page:
./
devel/py-coveralls,
Python interface to coveralls.io API
Branch: CURRENT,
Version: 4.0.1,
Package name: py311-coveralls-4.0.1,
Maintainer: pkgsrc-usersPython interface to coveralls.io API
Master sites:
Filesize: 12.128 KB
Version history: (Expand)
- (2024-05-15) Updated to version: py311-coveralls-4.0.1
- (2024-05-08) Updated to version: py311-coveralls-4.0.0
- (2022-08-24) Package added to pkgsrc.se, version py310-coveralls-3.3.1 (created)
CVS history: (Expand)
2024-05-15 17:12:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-coveralls: updated to 4.0.1
4.0.1
support coverage v7.5+
skip tests which require running in a git repo when .git is missing
|
2024-05-08 11:08:49 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-coveralls: add ALTERNATIVES
|
2024-05-08 11:08:18 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-coveralls: updated to 4.0.0
4.0.0
BREAKING CHANGES
When config.ignore_errors is Falsey, failures to parse Pyhton files or look up \
file sources will now interrupt and early exit collection, which matches default \
coverage behaviour. Previously, we had manually muted these errors and/or only \
errored after collecting multiple failures.
Features
support pyproject.toml packages by default (via coverage[toml]) (962e2242)
add python-coveralls entrypoint (3d8d56e4)
Bug Fixes
fixup default support for Github Actions
fail and report on all errors, not just those derived from CoverallsException \
(be446287)
Internal
support coverage v7.0 - v7.4 (8fb36645)
support Python 3.11 and 3.12 (8dbce919)
fixup docs for tox v3 and v4 support
drop support for Python3.7 and below
drop support for coverage v4.x (752f52a0)
auto-build and publish docker images
refactor: more closely match coverage public interface
|
2022-08-24 12:16:52 by Thomas Klausner | Files touched by this commit (4) |
Log message:
devel/py-coveralls: import py-coveralls-3.3.1
Python interface to coveralls.io API
|