Skip to main content

Nile plugin adding coverage reports for Cairo Smart Contracts.

Project description

nile-coverage

PyPI PyPI - Downloads

Nile plugin adding coverage reports for Cairo Smart Contracts.

Getting started

Install the plugin inside the virtual environment of your Nile project:

(env): pip install nile-coverage

Nile automatically detects installed plugins using python entry points feature. You should see the coverage command listed running nile, and you can run the report with:

(env): nile coverage

For a full list of options run:

(env): nile coverage --help

Recipes

1. Run coverage in a subset of the tests suite.

Mark tests with pytest marks and use the --mark argument to run a subset of tests:

(env): nile coverage -m unit

2. Integrate with codecov.io.

Generate a cobertura format coverage xml file named "coverage.xml" using the --xml flag:

(env): nile coverage --xml

3. Change the default folder containing Smart Contracts.

If your Smart Contracts are in a different folder than "contracts" (Nile default), use the --contracts-folder flag to set the correct one:

(env): nile coverage -c src

Acknowledgements

This package uses the starknet-edu/cairo-coverage Virtual Machine override to get covered lines for the final report. Special thanks to @LucasLvy from StarkWare!

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

nile-coverage-0.2.5.1.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

nile_coverage-0.2.5.1-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file nile-coverage-0.2.5.1.tar.gz.

File metadata

  • Download URL: nile-coverage-0.2.5.1.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.9

File hashes

Hashes for nile-coverage-0.2.5.1.tar.gz
Algorithm Hash digest
SHA256 32e816805efb54f21964af1ad019d2aabe54ea7401dd191de6bf1132ce193ab3
MD5 3a29ec11a1d9d87bb7f54301c2915c79
BLAKE2b-256 ed892a7b88761be25fd7267acb5f2dcfa0bfe74817ef787e23e59b6f769915f9

See more details on using hashes here.

File details

Details for the file nile_coverage-0.2.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for nile_coverage-0.2.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f1bec4da90418087d609bc3a8d0c81f5f16e31e0c6e22c5c2b3c1020b088cd0e
MD5 d2541de0ca7b2891f0bc7c7b40f782fd
BLAKE2b-256 8ded8d3acc3f3c3883d14d133d16705bf95aa4df35f754dde68e423369aa03ce

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