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

Add `codecov` coverage badge #184

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. Fix the file name of codecov configuration where the file with dot cannot be recognized by the web server.

codecov[bot] commented 2 years ago

Codecov Report

Merging #184 (0e11526) into master (ec238c4) will increase coverage by 10.06%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #184       +/-   ##
===========================================
+ Coverage   84.42%   94.48%   +10.06%     
===========================================
  Files          13       11        -2     
  Lines         751      671       -80     
===========================================
  Hits          634      634               
+ Misses        117       37       -80     
Impacted Files Coverage Δ
updateheaders.py
setup.py