Metadata-Version: 2.1
Name: omni-coveragereporter
Version: 0.0.1
Summary: Omni Coverage Reporter. Strives to be as universal as possible in receiving, converting and sending reports from many types to different online APIs
Home-page: http://joaofilipesabinoesperancinha.nl/main
Author: João Esperancinha
Author-email: jofisaes@gmail.com
License: UNKNOWN
Keywords: report,codacy,coveralls,codecov
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown

Experimental Python Omni Reporter


Release 0.0.1 - 2022/02/04

Support for GoLang generated reports. In the same way as CoveragePy, it assumes that all files located in the root with `out` extension, to be these coverage files.
To know more about these unique reports, please have a look at the document I've written about it [here](./GoReporting.md)

Release 0.0.0 - 2022/01/24

- 1 file on the root folder
- Env variables: CODACY_PROJECT_TOKEN, CODECOV_TOKEN and COVERALLS_REPO_TOKEN
- More info on how reporting works in the project that started all Omni modules: https://github.com/JEsperancinhaOrg/omni-reporter-maven-plugin


