newlawrence / Calculate

Math Expressions Parser Engine
MIT License
34 stars 7 forks source link

Tests for Calculate version 2 #85

Closed newlawrence closed 6 years ago

newlawrence commented 6 years ago

Fixes #75.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@fb143c4). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff            @@
##             master     #85   +/-   ##
========================================
  Coverage          ?   62.1%           
========================================
  Files             ?       2           
  Lines             ?      95           
  Branches          ?       0           
========================================
  Hits              ?      59           
  Misses            ?      36           
  Partials          ?       0
newlawrence commented 6 years ago

Support for tests and continuous integration has been set up for Calculate. From now on, the writing of new tests to cover the full library will be carried on another feature branch since this is too much bloated already.