aiida-vasp / parsevasp

A general parser for VASP
MIT License
13 stars 13 forks source link

Added pre-commit under tox and fixed linting #109

Closed espenfl closed 2 years ago

espenfl commented 2 years ago

Here we put pre-commit under tox and add a few fixes to the CI workflow with respect to codecov. A few lintings have also been fixed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #109 (9b5a7eb) into develop (a827451) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop     #109   +/-   ##
========================================
  Coverage    80.57%   80.57%           
========================================
  Files           13       13           
  Lines         3407     3407           
========================================
  Hits          2745     2745           
  Misses         662      662           
Impacted Files Coverage Δ
parsevasp/base.py 76.20% <100.00%> (ø)
parsevasp/chgcar.py 90.57% <100.00%> (ø)
parsevasp/constants.py 100.00% <100.00%> (ø)
parsevasp/doscar.py 91.09% <100.00%> (ø)
parsevasp/eigenval.py 91.31% <100.00%> (ø)
parsevasp/incar.py 77.84% <100.00%> (ø)
parsevasp/kpoints.py 70.42% <100.00%> (ø)
parsevasp/outcar.py 91.47% <100.00%> (ø)
parsevasp/poscar.py 68.77% <100.00%> (ø)
parsevasp/stream.py 88.64% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a827451...9b5a7eb. Read the comment docs.