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

Structure
    ats_coverage.py

     0 directories, 1 files

Code coverage

Coverage
Name Stmts Miss Cover
ats_coverage.py 285 0 100%
Total 285 0 100%

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-2.0.0.tar.gz (20.0 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-2.0.0-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ats_coverage-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a66d7b8c10563bf2942692480a7fc59aa79661cc51970bc777a3654234ea39a2
MD5 052c03ec380188299b8ae55b7041aca8
BLAKE2b-256 e6976819f92fde21448b6645c5fd3e764b752a47ca5c36fe006c4158feb8bc4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ats_coverage-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 20.2 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-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 79d797980ec89176d61b92b5e1fc8f4326c39bbf937786b214f9e345ba5068ac
MD5 5ec58a100a9782425a2bbe2b44a17b11
BLAKE2b-256 3e8599d4680d979ff1c08ce6c671aef78b938942300a0daf3802ef43411504b8

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