MolarVerse / PQAnalysis

PQAnalysis is a API/CLI python package for the analysis of MD simulations
https://molarverse.github.io/PQAnalysis/
MIT License
4 stars 2 forks source link

markdown problem in pylint pr-comment fixed #29

Closed 97gamjak closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.17%. Comparing base (3febc20) to head (3febc20).

:exclamation: Current head 3febc20 differs from pull request most recent head 3350508. Consider uploading reports for the commit 3350508 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #29 +/- ## ======================================= Coverage 77.17% 77.17% ======================================= Files 118 118 Lines 4154 4154 ======================================= Hits 3206 3206 Misses 948 948 ``` | [Flag](https://app.codecov.io/gh/MolarVerse/PQAnalysis/pull/29/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MolarVerse) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/MolarVerse/PQAnalysis/pull/29/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MolarVerse) | `77.17% <0.00%> (ø)` | |
github-actions[bot] commented 2 months ago

PYLINT REPORT

Your code has been rated at 9.87/10

Full report Raw metrics =========== |type |number |% |previous |difference | |----------|-------|------|---------|-----------| |code |6319 |38.57 |NC |NC | |docstring |7658 |46.74 |NC |NC | |comment |201 |1.23 |NC |NC | |empty |2206 |13.46 |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 |10 |NC |NC | |refactor |35 |NC |NC | |warning |6 |NC |NC | |error |0 |NC |NC | Messages ======== |message id |occurrences | |-----------------------------|------------| |too-many-arguments |17 | |too-many-instance-attributes |10 | |invalid-name |9 | |fixme |6 | |too-many-locals |3 | |duplicate-code |2 | |too-many-statements |1 | |too-many-return-statements |1 | |too-complex |1 | |missing-module-docstring |1 |