Skip to content
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

Merged
merged 18 commits into from
Apr 29, 2024
Merged

Feature/cicd #25

merged 18 commits into from
Apr 29, 2024

Conversation

97gamjak
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.98%. Comparing base (ae8c2f0) to head (2997cdb).
Report is 1 commits behind head on dev.

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           
Flag Coverage Δ
unittests 76.98% <ø> (ø)

Copy link
Contributor

Your code has been rated at 9.59/10

Copy link
Contributor

Your code has been rated at 9.59/10

Full report Raw 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 | +---------------------------------+------------+

Copy link
Contributor

PYLINT REPORT Your code has been rated at 9.59/10

Full report Raw 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 | +---------------------------------+------------+

Copy link
Contributor

PYLINT REPORT Your code has been rated at 9.59/10

Full report Raw 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 | +---------------------------------+------------+

Copy link
Contributor

PYLINT REPORT

Your code has been rated at 9.59/10

Full report

Raw 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

@97gamjak 97gamjak merged commit 4586f1c into dev Apr 29, 2024
6 checks passed
@97gamjak 97gamjak deleted the feature/cicd branch April 29, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant