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/format yapf #51

Merged
merged 11 commits into from
May 11, 2024
Merged

Feature/format yapf #51

merged 11 commits into from
May 11, 2024

Conversation

97gamjak
Copy link
Collaborator

Added formatting for yapf

Copy link
Contributor

PYLINT REPORT

Your code has been rated at 9.86/10 (previous run: 9.86/10, -0.00)

Full report

Raw metrics

type number % previous difference
code 7509 39.57 7472 +37.00
docstring 8413 44.34 8258 +155.00
comment 265 1.40 265 =
empty 2788 14.69 2613 +175.00

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 1 1
refactor 49 49 49
warning 13 13 13
error 0 0 0

Messages

message id occurrences
too-many-arguments 18
fixme 11
too-many-instance-attributes 10
inconsistent-return-statements 7
too-many-locals 3
too-complex 3
duplicate-code 3
unused-argument 2
too-many-branches 2
trailing-newlines 1
too-many-statements 1
too-many-return-statements 1
too-many-public-methods 1
too-many-lines 1

Copy link

codecov bot commented May 11, 2024

Codecov Report

Attention: Patch coverage is 89.88764% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 80.02%. Comparing base (16932a5) to head (cafcaa0).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev      #51   +/-   ##
=======================================
  Coverage   80.02%   80.02%           
=======================================
  Files         122      122           
  Lines        4755     4755           
=======================================
  Hits         3805     3805           
  Misses        950      950           
Flag Coverage Δ
unittests 80.02% <89.88%> (ø)
Files Coverage Δ
PQAnalysis/analysis/rdf/exceptions.py 77.77% <ø> (ø)
PQAnalysis/atomic_system/_decorators.py 100.00% <ø> (ø)
PQAnalysis/atomic_system/_positions.py 100.00% <100.00%> (ø)
PQAnalysis/atomic_system/_properties.py 97.91% <ø> (ø)
PQAnalysis/atomic_system/_standard_properties.py 100.00% <ø> (ø)
PQAnalysis/atomic_system/exceptions.py 100.00% <ø> (ø)
PQAnalysis/cli/_argument_parser.py 91.83% <100.00%> (ø)
PQAnalysis/cli/_cli_base.py 100.00% <ø> (ø)
PQAnalysis/cli/add_molecules.py 48.83% <ø> (ø)
PQAnalysis/cli/build_nep_traj.py 55.88% <ø> (ø)
... and 55 more

@97gamjak 97gamjak merged commit cf8c754 into dev May 11, 2024
9 checks passed
@97gamjak 97gamjak deleted the feature/format_yapf branch May 11, 2024 22:48
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