Pylint advanced configuration file .pylintrc. Pylint configuration will evolve in the future as we decide.
Artifacts generation for pylint & coverage report. we will also improve quality in the future with the help of pylint report
Badges generation for pylint & coverage (+if develop branch includes publication of badges to deploy-badges branch)
Badges display in README
Rename of Unit tests to Code Quality (not well named in develop because pylint and coverage are run from a tox call. If we want later to separate pylint and coverage from unit tests then it will be different)
Fixes #320
This PR includes:
.pylintrc
. Pylint configuration will evolve in the future as we decide.Unit tests
toCode Quality
(not well named in develop because pylint and coverage are run from a tox call. If we want later to separate pylint and coverage from unit tests then it will be different)