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

pywbem / nocasedict
97%

Build:
DEFAULT BRANCH: master
Repo Added 21 Jul 2020 04:58AM UTC
Files 6
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.5.0
  • 1.0.0
  • 1.0.1
  • 2.0/andy/checkreqs-2025-02-23
  • 2.0/andy/fix-safety
  • 2.0/andy/safety-2025-01-29
  • 2.0/andy/safety-deps-2025-03-01
  • 2.1/andy/fix-build-error
  • 2.1/andy/fix-pydantic-core-dep
  • 2.1/andy/fix-sphinx-deps
  • 2.1/andy/fix-typer-0.17
  • 2.1/andy/pylint-400
  • 2.1/andy/safety-2025-06-29
  • 2.1/andy/safety-2025-10-27
  • 2.2/andy/changelog-link
  • andy/add-has-key
  • andy/add-python-3.14
  • andy/authors
  • andy/authors-order
  • andy/check-no-warnings
  • andy/checkreqs-2025-02-23
  • andy/clarify-py
  • andy/comp-todos
  • andy/coveralls-py
  • andy/coveralls-retry
  • andy/dict-py314
  • andy/docs
  • andy/docs-py3-theme
  • andy/docs-theme
  • andy/docs-update
  • andy/exc-no-lower
  • andy/exclude-py3.13.1
  • andy/fedora-packaging
  • andy/fix-build-error
  • andy/fix-docs
  • andy/fix-int-kwargs
  • andy/fix-nltk
  • andy/fix-pydantic-core-dep
  • andy/fix-pylint-not-callable
  • andy/fix-pylint-reraise
  • andy/fix-release-commands
  • andy/fix-reversed
  • andy/fix-safety
  • andy/fix-sphinx-autosummary-warning
  • andy/fix-sphinx-deps
  • andy/fix-test-dict
  • andy/fix-test_package
  • andy/fix-twine
  • andy/fix-typer-0.17
  • andy/fix-virtualenv-py34
  • andy/fix-warning-location
  • andy/hashable-keyable
  • andy/initial-code
  • andy/iter-view
  • andy/license-pep639
  • andy/make-dict
  • andy/pop
  • andy/pylint-400
  • andy/reduce-ordereddict
  • andy/reduce-reqs
  • andy/remove-allow-none
  • andy/remove-py38
  • andy/rm-py-enforcement
  • andy/safety-2025-01-29
  • andy/safety-2025-06-29
  • andy/safety-2025-10-27
  • andy/safety-2026-01-04
  • andy/safety-deps-2025-03-01
  • andy/test-dict
  • andy/towncrier
  • andy/version+status
  • release_0.5.0
  • release_0.5.1
  • release_1.0.0
  • release_1.0.1
  • release_2.0.5
  • release_2.1.0
  • release_2.2.0
  • reversion_0.5.1
  • stable_0.5
  • stable_1.1
  • stable_1.2
  • stable_2.0
  • stable_2.1
  • stable_2.2
  • start_1.0.0
  • start_1.0.1
  • start_2.1.1
  • start_2.2.0
  • start_2.2.1

04 Jan 2026 09:57PM UTC coverage: 96.744%. Remained the same
test-842

push

github

web-flow
Release 2.2.0 (#272)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>

208 of 215 relevant lines covered (96.74%)

34.83 hits per line

Relevant lines Covered
Build:
Build:
215 RELEVANT LINES 208 COVERED LINES
34.83 HITS PER LINE
Source Files on master
  • Tree
  • List 6
  • 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
test-842 master Release 2.2.0 (#272) Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 17 Jan 2026 09:21PM UTC web-flow github
96.74
test-841 master Release 2.2.0 (#272) Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 10 Jan 2026 09:21PM UTC web-flow github
96.74
test-834 master Release 2.2.0 (#272) Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 04 Jan 2026 10:01PM UTC web-flow github
96.74
test-832 master Fixed make release_publish/start_tag commands; Reverted Release 2.2.0 (#271) * Revert "Release 2.2.0 (#268)" This reverts commit 3cbc09e86. * Fixed make release_publish/start_tag commands Signed-off-by: Andreas M... push 04 Jan 2026 09:35PM UTC web-flow github
96.74
test-830 master Release 2.2.0 (#268) Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 04 Jan 2026 09:19PM UTC web-flow github
96.74
test-828 master Fixed error with nltk when running the safety tool (#270) Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 04 Jan 2026 08:03PM UTC web-flow github
96.74
test-825 master Fixed safety issues (#269) Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 04 Jan 2026 07:39PM UTC web-flow github
96.74
test-822 master Support for union operators (#266) Details: * Added support for union operators `d1 | d2` and `d1 |= d2`. Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de> push 04 Jan 2026 07:22PM UTC web-flow github
96.74
test-821 master Fixed license by using new PEP 639 format; increased LGPL version (#262) Details: * setuptools has deprecated the current way of specifying the license in the Python package. This change uses the new way defined in PEP 639, which is excpeted... push 04 Jan 2026 06:26PM UTC web-flow github
96.57
test-817 master Removed support for Python 3.8 (#263) Reasons: * Python 3.8 is out of service since 2024-10-07. * The new way to specify licenses defined in PEP 639 requires setuptools > 77.0.3, which requires Python 3.9. Since pyproject.toml does not supp... push 03 Jan 2026 10:40PM UTC web-flow github
96.57
See All Builds (826)
  • 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