cheddar-lang / Cheddar

🧀 Cheddar, the language that works for you
cheddar.vihan.org
Apache License 2.0
28 stars 9 forks source link

String stdlib #69

Closed ConorOBrien-Foxx closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.3%) to 70.828% when pulling 8eda73ef9da4f62d78202023806f52d21d3cbe44 on string-stdlib into 11a7eb174466e329a5d53fdf53ccc3417a089df6 on release-1.0.0.

codecov-io commented 8 years ago

Current coverage is 68.54% (diff: 13.33%)

Merging #69 into release-1.0.0 will decrease coverage by 0.29%

@@           release-1.0.0        #69   diff @@
===============================================
  Files                113        114     +1   
  Lines               2571       2585    +14   
  Methods              312        316     +4   
  Messages               0          0          
  Branches             627        629     +2   
===============================================
+ Hits                1770       1772     +2   
- Misses               799        811    +12   
  Partials               2          2          

Powered by Codecov. Last update 11a7eb1...8eda73e

schas002 commented 8 years ago

Is worse coverage than 11a7eb1 bad? I thought not.

But seems like. :/

ConorOBrien-Foxx commented 8 years ago

I should probably find out what coverage is so I can find out what I'm failing -.-

schas002 commented 8 years ago

I should probably find out what coverage is so I can find out what I'm failing -.-

This is test coverage, a measure of how much code is actually tested.

Did you try adding the string stdlib tests?

ConorOBrien-Foxx commented 8 years ago

@schas002 I'll have to ask downgoat how to do tests--he's thus far told me not to do them :P

ConorOBrien-Foxx commented 8 years ago

oops, wrong place.