Skip to main content

Pytest plugin to get the coverage of the new lines (based on git diff) only

Project description

pytest_nlcov

With pytest_nlcov you can check the test coverage of new lines only. It will check git for added and modified lines and will compute the coverage just for those lines

Installation

pip install pytest_nlcov

Note: pytest_cov is required and will be automatically installed when it is not installed yet.

Usage with pytest

When pytest_nlcov is installed, it will be discovered by pytest and executed as last step to show you the test coverage of new lines.

pytest

Three options can be given:

  • revision
  • fail threshold
  • root_dir

Revision

Default, the new lines are based on the git diff with master. You can specify other revisions.

pytest --cov=myproj --nlcov-revision=main

Fail Threshold

Optionally you can add a threshold to fail the tests when the coverage is below the threshold.

pytest --cov=myproj --nlcov-fail-under=0.6

Root Dir

Optionally you can set the root dir of the git repo, so the command can be run from another directory that is not the root of the repo.

pytest --cov=myproj --nlcov-root-dir=repo_dir

Note

It's important to include --cov to load the pytest_cov plugin; otherwise an error message will appear saying:

nlcov is installed, but pytest-cov is not installed, so nlcov will not be executed.

Usage without pytest

pytest_nlcov can be run without pytest. Therefor you have to run coverage first, because pytest_nlcov needs its coverage data.

coverage
nlcov

Optionally a revision can be given

nlcov main

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_nlcov-0.4.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

pytest_nlcov-0.4.0-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file pytest_nlcov-0.4.0.tar.gz.

File metadata

  • Download URL: pytest_nlcov-0.4.0.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.1 Linux/6.5.0-1025-azure

File hashes

Hashes for pytest_nlcov-0.4.0.tar.gz
Algorithm Hash digest
SHA256 0c4e2939cf529669615ec270c2e3bff5f796dd469998ac2f6198055e89ab2ad3
MD5 907cc043762beb79974d1352f880c069
BLAKE2b-256 4f3bf5963ec3f303586199a36842797d0e3c49902bd502c8622f79c263c375db

See more details on using hashes here.

File details

Details for the file pytest_nlcov-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: pytest_nlcov-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.1 Linux/6.5.0-1025-azure

File hashes

Hashes for pytest_nlcov-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1beb2486cea208371c0c3d3e31c8bb7e34b7f47a6dc506803a247adbf086b8d5
MD5 fb76be482692f77629e02eafc3a8341a
BLAKE2b-256 c4ec9650dc8440358f4aa0f32ced8a4592a2bb54098bc8b6ed85bbef41b1c749

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page