-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/cicd #25
Feature/cicd #25
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #25 +/- ##
=======================================
Coverage 76.98% 76.98%
=======================================
Files 118 118
Lines 4163 4163
=======================================
Hits 3205 3205
Misses 958 958
|
Your code has been rated at 9.59/10 |
Your code has been rated at 9.59/10 Full reportRaw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |6318 |38.57 |NC |NC | +----------+-------+------+---------+-----------+ |docstring |7650 |46.70 |NC |NC | +----------+-------+------+---------+-----------+ |comment |201 |1.23 |NC |NC | +----------+-------+------+---------+-----------+ |empty |2212 |13.50 |NC |NC | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |0 |NC |NC | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.000 |NC |NC | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |8 |NC |NC | +-----------+-------+---------+-----------+ |refactor |100 |NC |NC | +-----------+-------+---------+-----------+ |warning |57 |NC |NC | +-----------+-------+---------+-----------+ |error |0 |NC |NC | +-----------+-------+---------+-----------+ Messages -------- +---------------------------------+------------+ |message id |occurrences | +=================================+============+ |cyclic-import |31 | +---------------------------------+------------+ |too-many-arguments |17 | +---------------------------------+------------+ |missing-param-doc |14 | +---------------------------------+------------+ |differing-type-doc |12 | +---------------------------------+------------+ |differing-param-doc |12 | +---------------------------------+------------+ |consider-using-assignment-expr |11 | +---------------------------------+------------+ |too-many-instance-attributes |10 | +---------------------------------+------------+ |invalid-name |6 | +---------------------------------+------------+ |fixme |6 | +---------------------------------+------------+ |consider-ternary-expression |6 | +---------------------------------+------------+ |use-a-generator |5 | +---------------------------------+------------+ |missing-raises-doc |5 | +---------------------------------+------------+ |too-many-locals |4 | +---------------------------------+------------+ |redefined-variable-type |4 | +---------------------------------+------------+ |no-else-raise |3 | +---------------------------------+------------+ |duplicate-code |2 | +---------------------------------+------------+ |consider-using-in |2 | +---------------------------------+------------+ |consider-using-from-import |2 | +---------------------------------+------------+ |unnecessary-list-index-lookup |1 | +---------------------------------+------------+ |unnecessary-comprehension |1 | +---------------------------------+------------+ |too-many-statements |1 | +---------------------------------+------------+ |too-many-return-statements |1 | +---------------------------------+------------+ |too-complex |1 | +---------------------------------+------------+ |missing-type-doc |1 | +---------------------------------+------------+ |missing-module-docstring |1 | +---------------------------------+------------+ |inconsistent-return-statements |1 | +---------------------------------+------------+ |consider-using-with |1 | +---------------------------------+------------+ |consider-using-sys-exit |1 | +---------------------------------+------------+ |consider-using-set-comprehension |1 | +---------------------------------+------------+ |bad-docstring-quotes |1 | +---------------------------------+------------+ |bad-builtin |1 | +---------------------------------+------------+ |
PYLINT REPORT Your code has been rated at 9.59/10 Full reportRaw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |6318 |38.57 |NC |NC | +----------+-------+------+---------+-----------+ |docstring |7650 |46.70 |NC |NC | +----------+-------+------+---------+-----------+ |comment |201 |1.23 |NC |NC | +----------+-------+------+---------+-----------+ |empty |2212 |13.50 |NC |NC | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |0 |NC |NC | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.000 |NC |NC | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |8 |NC |NC | +-----------+-------+---------+-----------+ |refactor |99 |NC |NC | +-----------+-------+---------+-----------+ |warning |57 |NC |NC | +-----------+-------+---------+-----------+ |error |0 |NC |NC | +-----------+-------+---------+-----------+ Messages -------- +---------------------------------+------------+ |message id |occurrences | +=================================+============+ |cyclic-import |30 | +---------------------------------+------------+ |too-many-arguments |17 | +---------------------------------+------------+ |missing-param-doc |14 | +---------------------------------+------------+ |differing-type-doc |12 | +---------------------------------+------------+ |differing-param-doc |12 | +---------------------------------+------------+ |consider-using-assignment-expr |11 | +---------------------------------+------------+ |too-many-instance-attributes |10 | +---------------------------------+------------+ |invalid-name |6 | +---------------------------------+------------+ |fixme |6 | +---------------------------------+------------+ |consider-ternary-expression |6 | +---------------------------------+------------+ |use-a-generator |5 | +---------------------------------+------------+ |missing-raises-doc |5 | +---------------------------------+------------+ |too-many-locals |4 | +---------------------------------+------------+ |redefined-variable-type |4 | +---------------------------------+------------+ |no-else-raise |3 | +---------------------------------+------------+ |duplicate-code |2 | +---------------------------------+------------+ |consider-using-in |2 | +---------------------------------+------------+ |consider-using-from-import |2 | +---------------------------------+------------+ |unnecessary-list-index-lookup |1 | +---------------------------------+------------+ |unnecessary-comprehension |1 | +---------------------------------+------------+ |too-many-statements |1 | +---------------------------------+------------+ |too-many-return-statements |1 | +---------------------------------+------------+ |too-complex |1 | +---------------------------------+------------+ |missing-type-doc |1 | +---------------------------------+------------+ |missing-module-docstring |1 | +---------------------------------+------------+ |inconsistent-return-statements |1 | +---------------------------------+------------+ |consider-using-with |1 | +---------------------------------+------------+ |consider-using-sys-exit |1 | +---------------------------------+------------+ |consider-using-set-comprehension |1 | +---------------------------------+------------+ |bad-docstring-quotes |1 | +---------------------------------+------------+ |bad-builtin |1 | +---------------------------------+------------+ |
PYLINT REPORT Your code has been rated at 9.59/10 Full reportRaw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |6318 |38.57 |NC |NC | +----------+-------+------+---------+-----------+ |docstring |7650 |46.70 |NC |NC | +----------+-------+------+---------+-----------+ |comment |201 |1.23 |NC |NC | +----------+-------+------+---------+-----------+ |empty |2212 |13.50 |NC |NC | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |0 |NC |NC | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.000 |NC |NC | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |8 |NC |NC | +-----------+-------+---------+-----------+ |refactor |100 |NC |NC | +-----------+-------+---------+-----------+ |warning |57 |NC |NC | +-----------+-------+---------+-----------+ |error |0 |NC |NC | +-----------+-------+---------+-----------+ Messages -------- +---------------------------------+------------+ |message id |occurrences | +=================================+============+ |cyclic-import |31 | +---------------------------------+------------+ |too-many-arguments |17 | +---------------------------------+------------+ |missing-param-doc |14 | +---------------------------------+------------+ |differing-type-doc |12 | +---------------------------------+------------+ |differing-param-doc |12 | +---------------------------------+------------+ |consider-using-assignment-expr |11 | +---------------------------------+------------+ |too-many-instance-attributes |10 | +---------------------------------+------------+ |invalid-name |6 | +---------------------------------+------------+ |fixme |6 | +---------------------------------+------------+ |consider-ternary-expression |6 | +---------------------------------+------------+ |use-a-generator |5 | +---------------------------------+------------+ |missing-raises-doc |5 | +---------------------------------+------------+ |too-many-locals |4 | +---------------------------------+------------+ |redefined-variable-type |4 | +---------------------------------+------------+ |no-else-raise |3 | +---------------------------------+------------+ |duplicate-code |2 | +---------------------------------+------------+ |consider-using-in |2 | +---------------------------------+------------+ |consider-using-from-import |2 | +---------------------------------+------------+ |unnecessary-list-index-lookup |1 | +---------------------------------+------------+ |unnecessary-comprehension |1 | +---------------------------------+------------+ |too-many-statements |1 | +---------------------------------+------------+ |too-many-return-statements |1 | +---------------------------------+------------+ |too-complex |1 | +---------------------------------+------------+ |missing-type-doc |1 | +---------------------------------+------------+ |missing-module-docstring |1 | +---------------------------------+------------+ |inconsistent-return-statements |1 | +---------------------------------+------------+ |consider-using-with |1 | +---------------------------------+------------+ |consider-using-sys-exit |1 | +---------------------------------+------------+ |consider-using-set-comprehension |1 | +---------------------------------+------------+ |bad-docstring-quotes |1 | +---------------------------------+------------+ |bad-builtin |1 | +---------------------------------+------------+ |
PYLINT REPORT Your code has been rated at 9.59/10 Full reportRaw metrics
Duplication
Messages by category
Messages
|
No description provided.