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/beartype exceptions #50

Merged
merged 46 commits into from
May 11, 2024
Merged

Feature/beartype exceptions #50

merged 46 commits into from
May 11, 2024

Conversation

97gamjak
Copy link
Collaborator

No description provided.

97gamjak added 30 commits May 11, 2024 00:26
Copy link

codecov bot commented May 11, 2024

Codecov Report

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

Project coverage is 80.02%. Comparing base (d041b18) to head (15bbc36).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #50      +/-   ##
==========================================
- Coverage   80.33%   80.02%   -0.32%     
==========================================
  Files         121      122       +1     
  Lines        4562     4755     +193     
==========================================
+ Hits         3665     3805     +140     
- Misses        897      950      +53     
Flag Coverage Δ
unittests 80.02% <78.01%> (-0.32%) ⬇️
Files Coverage Δ
PQAnalysis/analysis/rdf/rdf_output_file_writer.py 35.71% <100.00%> (-3.58%) ⬇️
PQAnalysis/core/atom/atom.py 98.27% <100.00%> (-1.73%) ⬇️
PQAnalysis/core/cell/cell.py 100.00% <100.00%> (ø)
PQAnalysis/core/residue.py 100.00% <100.00%> (ø)
PQAnalysis/exceptions.py 100.00% <100.00%> (ø)
PQAnalysis/formats.py 100.00% <ø> (ø)
PQAnalysis/io/__init__.py 100.00% <100.00%> (ø)
PQAnalysis/io/api.py 100.00% <100.00%> (ø)
PQAnalysis/io/base.py 100.00% <100.00%> (ø)
PQAnalysis/io/box_writer.py 100.00% <100.00%> (ø)
... and 43 more

... and 17 files with indirect coverage changes

Copy link
Contributor

PYLINT REPORT

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

Full report

Raw metrics

type number % previous difference
code 7472 40.15 6971 +501.00
docstring 8258 44.38 8198 +60.00
comment 265 1.42 269 -4.00
empty 2613 14.04 2411 +202.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 1 0 0
refactor 49 43 43
warning 13 16 16
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
too-many-statements 1
too-many-return-statements 1
too-many-public-methods 1
too-many-lines 1

@97gamjak 97gamjak merged commit 16932a5 into dev May 11, 2024
7 of 9 checks passed
@97gamjak 97gamjak deleted the feature/beartype_exceptions branch May 11, 2024 22:19
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