Skip to main content

Python code coverage automation

Project description

Generate code coverage and update README.md

ats_coverage is toolset for generation of code coverage and update README.md.

Developed in python code.

The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.

ats_coverage python checker ats_coverage package checker GitHub issues open GitHub contributors

Table of Contents

Installation

Used next development environment

debian linux os

ats_coverage python3 build

Currently there are three ways to install package

  • Install process based on using pip mechanism
  • Install process based on build mechanism
  • Install process based on setup.py mechanism
  • Install process based on docker mechanism
Install using pip

ats_coverage is located at pypi.org.

You can install by using pip

# python3
pip3 install ats_coverage
Install using build

Navigate to release page download and extract release archive.

To install ats_coverage type the following

tar xvzf ats_coverage-x.y.z.tar.gz
cd ats_coverage-x.y.z/
# python3
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py 
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
pip3 install -r requirements.txt
python3 -m build --no-isolation --wheel
pip3 install ./dist/ats_coverage-*-py3-none-any.whl
rm -f get-pip.py
chmod 755 /usr/local/lib/python3.10/dist-packages/usr/local/bin/ats_coverage_run.py
ln -s /usr/local/lib/python3.10/dist-packages/usr/local/bin/ats_coverage_run.py /usr/local/bin/ats_coverage_run.py
Install using py setup

Navigate to release page download and extract release archive.

To install ats_coverage locate and run setup.py with arguments

tar xvzf ats_coverage-x.y.z.tar.gz
cd ats_coverage-x.y.z
# python3
pip3 install -r requirements.txt
python3 setup.py install_lib
python3 setup.py install_egg_info
Install using docker

You can use Dockerfile to create image/container.

Dependencies

ats_coverage requires next modules and libraries

Tool structure

ats_coverage is based on OOP.

Tool structure

    ats_coverage/
         ├── conf/
            ├── ats_coverage.cfg
            ├── ats_coverage.logo
            └── ats_coverage_util.cfg
         ├── __init__.py
         ├── log/
            └── ats_coverage.log
         ├── pro/
            └── __init__.py
         ├── py.typed
         └── run/
             └── ats_coverage_run.py

    5 directories, 8 files

Code coverage

Name Stmts Miss Cover
ats_coverage/__init__.py 72 14 81%
ats_coverage/pro/__init__.py 101 7 93%
TOTAL 173 21 88%

Docs

Documentation Status

More documentation and info at

Contributing

Contributing to ats_coverage

Copyright and licence

License: GPL v3 License

Copyright (C) 2024 - 2026 by vroncevic.github.io/ats_coverage

ats_coverage is free software; you can redistribute it and/or modify it under the same terms as Python itself, either Python version 3.x or, at your option, any later version of Python 3 you may have available.

Lets help and support PSF.

Python Software Foundation

Donate

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

ats_coverage-1.0.5.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ats_coverage-1.0.5-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file ats_coverage-1.0.5.tar.gz.

File metadata

  • Download URL: ats_coverage-1.0.5.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.0 CPython/3.12.3

File hashes

Hashes for ats_coverage-1.0.5.tar.gz
Algorithm Hash digest
SHA256 9b137425ed031436f4ba2cd49ebfc8bc157c9fcb969f28bcaa4d019d89380c02
MD5 62642584493ecad1da0c2ba3eee1e168
BLAKE2b-256 a3a58ae54e5ad05ad59584dff0c434c0a172283ac37529fb859a923a487ab550

See more details on using hashes here.

File details

Details for the file ats_coverage-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: ats_coverage-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 22.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.0 CPython/3.12.3

File hashes

Hashes for ats_coverage-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d1ef5f67d43968358436ae28128fa05c1da33ec9f9172a0691c9ea58ac2a6b62
MD5 6c62c848554a3dca691fcfdf7385fa48
BLAKE2b-256 5cff8354bcbc19e1973a871eadc4bc3b2bc1869797f14ffe4ef3a048ba56b588

See more details on using hashes here.

Supported by

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