theochem / procrustes

Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
https://procrustes.qcdevs.org/
GNU General Public License v3.0
109 stars 20 forks source link

Fix coverage report #183

Closed FanwangM closed 2 years ago

FanwangM commented 2 years ago

This PR fixes the original incorrect coverage report by excluding some PY files that are not algorithm implementation.

codecov[bot] commented 2 years ago

Codecov Report

Merging #183 (99dcbdf) into master (ec238c4) will increase coverage by 9.94%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   84.42%   94.36%   +9.94%     
==========================================
  Files          13       10       -3     
  Lines         751      657      -94     
==========================================
- Hits          634      620      -14     
+ Misses        117       37      -80     
Impacted Files Coverage Δ
updateheaders.py
procrustes/__init__.py
setup.py