Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Graphical front-end for GCC's coverage testing tool gcov.
|package_bold| is a strict Python implementation of the LCOV
_ package.
LCOV is an extension of GCOV, a GNU tool which provides information about what parts of a program are actually executed (i.e. "covered") while running a particular test case. The extension consists of a set of scripts which build on the textual GCOV output to implement the following enhanced functionality:
HTML based output: coverage rates are additionally indicated using bar graphs and specific colors.
Support for large projects: overview pages allow quick browsing of coverage data by providing three levels of detail: directory view, file view and source code view.
LCOV was initially designed to support Linux kernel coverage measurements, but works as well for coverage measurements on standard user space applications.
TBD...
Prerequisites:
Python 3.7 or higher
pip and setuptools
To install run:
.. parsed-literal::
python -m pip install --upgrade |package|
Prerequisites:
Development is strictly based on tox. To install it run::
python -m pip install --upgrade tox
Visit development page
_.
Installation from sources:
clone the sources:
.. parsed-literal::
git clone |respository| |package|
and run:
.. parsed-literal::
python -m pip install ./|package|
or on development mode:
.. parsed-literal::
python -m pip install --editable ./|package|
| Copyright (c) 2020-2022, Adam Karpierz | Licensed under the BSD license | https://opensource.org/licenses/BSD-3-Clause | Please refer to the accompanying LICENSE file.
.. |package| replace:: lcov .. |package_bold| replace:: lcov .. |respository| replace:: https://github.com/karpierz/lcov.git .. _development page: https://github.com/karpierz/lcov .. _LCOV: https://github.com/linux-test-project/lcov
FAQs
Python port of the lcov utility.
We found that lcov demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.