MDAnalysis / pmda

Parallel algorithms for MDAnalysis
https://www.mdanalysis.org/pmda/
Other
31 stars 22 forks source link

add code coverage #22

Closed kain88-de closed 7 years ago

kain88-de commented 7 years ago

add code coverage

orbeckst commented 7 years ago

... just added a "yes" (in principle) so that you can merge when it works.

kain88-de commented 7 years ago

yeah I'm on it. Slight misconfiguration

kain88-de commented 7 years ago

The ci-helper should install pytest-coverage but it only does so when I put speficic parts of the pytest command in the variable SETUP_CMD.

codecov-io commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4dd41eb). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #22   +/-   ##
=========================================
  Coverage          ?   93.54%           
=========================================
  Files             ?        7           
  Lines             ?      310           
  Branches          ?        0           
=========================================
  Hits              ?      290           
  Misses            ?       20           
  Partials          ?        0
Impacted Files Coverage Δ
pmda/parallel.py 96.34% <100%> (ø)

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 4dd41eb...063693f. Read the comment docs.

orbeckst commented 7 years ago

Can you add a badge to the README?