mrz1988 / lilies

A cross-platform colored text formatting tool for the command line
MIT License
0 stars 0 forks source link

Integrate with Travis CI and codecov #32

Closed mrz1988 closed 5 years ago

mrz1988 commented 5 years ago

This adds all the configuration needed to automatically run tests and code coverage metrics on every PR. While I'm not sure how much lilies benefits from these things, if the project grows, these will be pretty important. It also will help serve as a reminder that unit tests are pretty important, and the more I can add coverage the better.

2 #34 #33

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #32   +/-   ##
=========================================
  Coverage          ?   67.92%           
=========================================
  Files             ?       10           
  Lines             ?      848           
  Branches          ?      136           
=========================================
  Hits              ?      576           
  Misses            ?      251           
  Partials          ?       21
Impacted Files Coverage Δ
lilies/borders.py 0% <0%> (ø)
lilies/helpers.py 80.95% <0%> (ø)
lilies/__main__.py 0% <0%> (ø)
lilies/colorama_shim.py 85.71% <100%> (ø)
lilies/base.py 100% <100%> (ø)
lilies/utils.py 15.9% <11.11%> (ø)

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 caca8c7...1b043af. Read the comment docs.