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

pywbem / pywbemtools / test-2241 / 8
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2024 04:31AM UTC
Files 41
Run time 1s
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

20 Apr 2024 02:56AM UTC coverage: 92.534%. First build
test-2241.8

push

github

andy-maier
Added support for running ruff

Details:

* Added dependency to Python ruff package, for Python>=3.7.

* Added a new make target "ruff" for running ruff on Python>=3.7, and added
  a step in the test workflow to invoke that make target.

* Fixed several issues ruff brought up. All issues were F811 (redefined outer
  variable) when using pytest fixtures. They were fixed by adding the
  corresponding noqa directives, and removing the disabling of it in the flake8
  config file.

* Moved the test file with the intentional syntax error into an 'error'
  subdirectory in order to exclude it from the ruff scan, since ruff does not
  seem to support the ignoring of E999 (Syntax error).

* Removed the global disabling of F801 for flake8, since the newer versions
  of flake8 meanwhile no longer have the issue that caused it to be disabled.

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

6110 of 6603 relevant lines covered (92.53%)

0.93 hits per line

Source Files on job macos-latest,3.12,latest - test-2241.8
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • 8e9118de 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