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

Update docs.yml #61

Closed 97gamjak closed 1 month ago

github-actions[bot] commented 1 month ago

PYLINT REPORT

Your code has been rated at 9.85/10 (previous run: 9.85/10, +0.00)

Full report Raw metrics =========== |type |number |% |previous |difference | |----------|-------|------|---------|-----------| |code |7609 |39.85 |7609 |= | |docstring |8423 |44.11 |8423 |= | |comment |262 |1.37 |262 |= | |empty |2800 |14.66 |2800 |= | Duplication =========== | |now |previous |difference | |-------------------------|------|---------|-----------| |nb duplicated lines |0 |0 |0 | |percent duplicated lines |0.000 |0.000 |= | Messages by category ==================== |type |number |previous |difference | |-----------|-------|---------|-----------| |convention |2 |2 |2 | |refactor |51 |51 |51 | |warning |12 |12 |12 | |error |0 |0 |0 | Messages ======== |message id |occurrences | |-------------------------------|------------| |too-many-arguments |18 | |fixme |11 | |too-many-instance-attributes |10 | |inconsistent-return-statements |9 | |too-many-locals |3 | |too-complex |3 | |duplicate-code |3 | |too-many-branches |2 | |unused-argument |1 | |trailing-newlines |1 | |too-many-statements |1 | |too-many-return-statements |1 | |too-many-public-methods |1 | |too-many-lines |1 |
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 80.29%. Comparing base (b4d50f6) to head (accbc8c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #61 +/- ## ======================================= Coverage 80.29% 80.29% ======================================= Files 122 122 Lines 4825 4825 ======================================= Hits 3874 3874 Misses 951 951 ``` | [Flag](https://app.codecov.io/gh/MolarVerse/PQAnalysis/pull/61/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/61/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MolarVerse) | `80.29% <ø> (ø)` | |