jmsv / ety-python

A Python module to discover the etymology of words
http://ety-python.rtfd.io
MIT License
144 stars 18 forks source link

Use coverage to run the tests #47

Closed alxwrd closed 6 years ago

alxwrd commented 6 years ago

This uses coverage to run the tests to avoid running them twice.

codecov-io commented 6 years ago

Codecov Report

Merging #47 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   92.11%   92.11%           
=======================================
  Files           7        7           
  Lines         279      279           
=======================================
  Hits          257      257           
  Misses         22       22
Impacted Files Coverage Δ
tests.py 99.07% <0%> (ø) :arrow_up:

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 9e9b562...cbe085c. Read the comment docs.