PytLab / VASPy

Manipulating VASP files with Python.
https://pypi.python.org/pypi/vaspy/
MIT License
263 stars 97 forks source link

Add xsd to reaxff data conversion #9

Closed PytLab closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #9 into master will decrease coverage by 37.03%. The diff coverage is 72%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #9       +/-   ##
===========================================
- Coverage   58.99%   21.95%   -37.04%     
===========================================
  Files           9       21       +12     
  Lines        1334     1521      +187     
  Branches      245        0      -245     
===========================================
- Hits          787      334      -453     
- Misses        496     1187      +691     
+ Partials       51        0       -51
Impacted Files Coverage Δ
vaspy/tests/__init__.py 100% <ø> (ø)
vaspy/matstudio.py 11.96% <0%> (-66.94%) :arrow_down:
vaspy/tests/outcar_test.py 19% <100%> (ø)
vaspy/tests/xsd_test.py 29.09% <100%> (ø)
vaspy/tests/xdatcar_test.py 29.72% <100%> (ø)
vaspy/__init__.py 77.77% <100%> (-7.41%) :arrow_down:
vaspy/elements.py 100% <100%> (ø)
vaspy/tests/incar_test.py 19.1% <100%> (ø)
vaspy/tests/poscar_test.py 36.36% <100%> (ø)
vaspy/tests/xtd_test.py 34.78% <100%> (ø)
... and 29 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 9edd6cb...460a60f. Read the comment docs.