robinzyb / cp2kdata

cp2k postprocessing tools
https://robinzyb.github.io/cp2kdata/
GNU Lesser General Public License v3.0
58 stars 18 forks source link

Devel #6

Closed robinzyb closed 2 years ago

robinzyb commented 2 years ago

to version 0.4.0

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 3036267846

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
cp2kdata/block_parser/converge.py 13 14 92.86%
cp2kdata/block_parser/coordinates.py 7 8 87.5%
cp2kdata/cli/funcs.py 0 1 0.0%
cp2kdata/block_parser/mulliken.py 1 3 33.33%
cp2kdata/pdos.py 2 11 18.18%
cp2kdata/utils.py 3 13 23.08%
cp2kdata/dpdata_plugin.py 76 89 85.39%
cp2kdata/cli/cmd.py 0 17 0.0%
cp2kdata/output.py 77 97 79.38%
cp2kdata/test_input.py 0 79 0.0%
<!-- Total: 267 420 63.57% -->
Files with Coverage Reduction New Missed Lines %
cp2kdata/output.py 1 54.95%
cp2kdata/pdos.py 2 19.43%
cp2kdata/block_parser/dft_plus_u.py 4 40.0%
cp2kdata/block_parser/hirshfeld.py 9 30.77%
cp2kdata/block_parser/mulliken.py 13 23.81%
<!-- Total: 29 -->
Totals Coverage Status
Change from base Build 2205471934: 3.9%
Covered Lines: 452
Relevant Lines: 1010

💛 - Coveralls